]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
Merge remote-tracking branch 'donkult/debian/experimental' into debian/experimental
[apt.git] / cmdline / apt-config.cc
index eb096440a2fca88448896b7e974979c536c27988..c364b8cdfe227a4259ac80f2f22535117b52cdb0 100644 (file)
@@ -76,19 +76,13 @@ static bool DoDump(CommandLine &CmdL)
    return true;
 }
                                                                        /*}}}*/
-bool ShowHelp(CommandLine &, aptDispatchWithHelp const * Cmds)         /*{{{*/
+bool ShowHelp(CommandLine &)                                           /*{{{*/
 {
    std::cout <<
       _("Usage: apt-config [options] command\n"
       "\n"
-      "apt-config is a simple tool to read the APT config file\n")
-      << std::endl;
-   ShowHelpListCommands(Cmds);
-   std::cout << std::endl <<
-      _("Options:\n"
-      "  -h   This help text.\n"
-      "  -c=? Read this configuration file\n"
-      "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n");
+      "apt-config is an interface to the configuration settings used by\n"
+      "all APT tools, mainly intended for debugging and shell scripting.\n");
    return true;
 }
                                                                        /*}}}*/