]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-internal-solver.cc
split up help messages for simpler reuse
[apt.git] / cmdline / apt-internal-solver.cc
index 258b42ccb73f7b9d5efe4d7526a3f64b4f793ce2..fbcbf07e971e809eab62000d453916c593753863 100644 (file)
@@ -43,7 +43,7 @@
 // ShowHelp - Show a help screen                                       /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-static bool ShowHelp(CommandLine &) {
+static bool ShowHelp(CommandLine &, CommandLine::DispatchWithHelp const *) {
        ioprintf(std::cout, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
 
        std::cout <<
@@ -81,7 +81,7 @@ int main(int argc,const char *argv[])                                 /*{{{*/
         DropPrivileges();
 
        CommandLine CmdL;
-       ParseCommandLine(CmdL, NULL, Args, &_config, NULL, argc, argv, ShowHelp);
+       ParseCommandLine(CmdL, nullptr, Args, &_config, NULL, argc, argv, ShowHelp);
 
        if (CmdL.FileList[0] != 0 && strcmp(CmdL.FileList[0], "scenario") == 0)
        {