Fix string in cli for 2581
Fixes https://gitlab.com/kicad/code/kicad/-/issues/16881
This commit is contained in:
parent
3960c53225
commit
002fb80c2a
|
@ -54,7 +54,7 @@ CLI::PCB_EXPORT_IPC2581_COMMAND::PCB_EXPORT_IPC2581_COMMAND() :
|
|||
.metavar( "PRECISION" );
|
||||
|
||||
m_argParser.add_argument( ARG_COMPRESS )
|
||||
.help( std::string( "Subtract soldermask from silkscreen" ) )
|
||||
.help( std::string( "Compress the output" ) )
|
||||
.flag();
|
||||
|
||||
m_argParser.add_argument( ARG_VERSION )
|
||||
|
|
Loading…
Reference in New Issue