7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 12:40:12 +00:00

Remove duplicate short-form argument.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/19798
This commit is contained in:
Jeff Young 2025-02-02 19:58:40 +00:00
parent 8024555323
commit 9ab4fef369

View File

@ -107,7 +107,7 @@ CLI::SCH_EXPORT_PLOT_COMMAND::SCH_EXPORT_PLOT_COMMAND( const std::string& aName,
.flag();
}
m_argParser.add_argument( "-p", ARG_PAGES )
m_argParser.add_argument( ARG_PAGES )
.default_value( std::string() )
.help( UTF8STDSTR( _( "List of page numbers separated by comma to print, blank or "
"unspecified is equivalent to all pages" ) ) )