7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 21:41:40 +00:00

Fix string in cli for 2581

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16881
This commit is contained in:
Marek Roszko 2024-02-05 00:52:57 -05:00
parent 3960c53225
commit 002fb80c2a

View File

@ -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 )