]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
Merge remote-tracking branch 'donkult/debian/experimental' into debian/experimental
[apt.git] / cmdline / apt-sortpkgs.cc
index f9aa7d728a7f8b5eeef8157b43dd13f0930a4593..a4707a9745f4f8b547685cc7a6a1ea05cf31e371 100644 (file)
@@ -132,19 +132,14 @@ static bool DoIt(string InFile)
    return true;
 }
                                                                        /*}}}*/
    return true;
 }
                                                                        /*}}}*/
-bool ShowHelp(CommandLine &, aptDispatchWithHelp const *)              /*{{{*/
+bool ShowHelp(CommandLine &)                                           /*{{{*/
 {
    std::cout <<
     _("Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
       "\n"
 {
    std::cout <<
     _("Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
       "\n"
-      "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n"
-      "to indicate what kind of file it is.\n"
-      "\n"
-      "Options:\n"
-      "  -h   This help text\n"
-      "  -s   Use source file sorting\n"
-      "  -c=? Read this configuration file\n"
-      "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n");
+      "apt-sortpkgs is a simple tool to sort package information files.\n"
+      "By default it sorts by binary package information, but the -s option\n"
+      "can be used to switch to source package ordering instead.\n");
    return true;
 }
                                                                        /*}}}*/
    return true;
 }
                                                                        /*}}}*/