Fix typo
This commit is contained in:
parent
45cb5696e7
commit
4dad07eef6
|
@ -42,7 +42,7 @@ CLI::EXPORT_PCB_DXF_COMMAND::EXPORT_PCB_DXF_COMMAND() : EXPORT_PCB_BASE_COMMAND(
|
||||||
.implicit_value( true )
|
.implicit_value( true )
|
||||||
.default_value( false );
|
.default_value( false );
|
||||||
|
|
||||||
m_argParser.add_argument( "-iv", ARG_EXCLUDE_VALUE )
|
m_argParser.add_argument( "-ev", ARG_EXCLUDE_VALUE )
|
||||||
.help( UTF8STDSTR( _( "Exclude the value text" ) ) )
|
.help( UTF8STDSTR( _( "Exclude the value text" ) ) )
|
||||||
.implicit_value( true )
|
.implicit_value( true )
|
||||||
.default_value( false );
|
.default_value( false );
|
||||||
|
|
Loading…
Reference in New Issue