cli: help string cleanup

- fix some typos
- capitalization consistency
- Reword exit code argument
This commit is contained in:
Graham Keeth
2023-12-11 09:41:57 +00:00
committed by Ian McInerney
parent 98dca3b774
commit 5f189ec3fd
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ CLI::SCH_EXPORT_PYTHONBOM_COMMAND::SCH_EXPORT_PYTHONBOM_COMMAND() :
{
addCommonArgs( true, true, false, false );
m_argParser.add_description( UTF8STDSTR( _( "Export the legacy bom xml format used in the "
"schematic editor with python scripts" ) ) );
m_argParser.add_description( UTF8STDSTR( _( "Export the legacy BOM XML format used in the "
"schematic editor with Python scripts" ) ) );
}