diff --git a/kicad/cli/command_sch_export_plot.cpp b/kicad/cli/command_sch_export_plot.cpp index 7988abc2e8..d5474c11a2 100644 --- a/kicad/cli/command_sch_export_plot.cpp +++ b/kicad/cli/command_sch_export_plot.cpp @@ -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" ) ) )