cli: help string cleanup
- fix some typos - capitalization consistency - Reword exit code argument
This commit is contained in:
committed by
Ian McInerney
parent
98dca3b774
commit
5f189ec3fd
@@ -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" ) ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user