]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-internal-solver.cc
fix two simple spelling issues found by Christian Perrier,
[apt.git] / cmdline / apt-internal-solver.cc
index e7faf88a97a7b45c4dbbe19248cbe9d5eca2b2df..aef7636e9b8eb775bb55053448c9a6a472ea4bb5 100644 (file)
@@ -34,18 +34,16 @@ bool ShowHelp(CommandLine &CmdL) {
                 COMMON_ARCH,__DATE__,__TIME__);
 
        std::cout <<
-               _("Usage: apt-internal-resolver\n"
+               _("Usage: apt-internal-solver\n"
                "\n"
-               "apt-internal-resolver is an interface to use the current internal\n"
+               "apt-internal-solver is an interface to use the current internal\n"
                "like an external resolver for the APT family for debugging or alike\n"
                "\n"
                "Options:\n"
                "  -h  This help text.\n"
                "  -q  Loggable output - no progress indicator\n"
                "  -c=? Read this configuration file\n"
-               "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n"
-               "apt.conf(5) manual pages for more information and options.\n"
-               "                       This APT has Super Cow Powers.\n");
+               "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n");
        return true;
 }
                                                                        /*}}}*/