]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
review of new/changed translatable program strings
[apt.git] / cmdline / apt-sortpkgs.cc
index 5057ac626ad47fc53aa57ccc4535dec1252be00e..a4707a9745f4f8b547685cc7a6a1ea05cf31e371 100644 (file)
@@ -138,7 +138,7 @@ bool ShowHelp(CommandLine &)                                                /*{{{*/
     _("Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
       "\n"
       "apt-sortpkgs is a simple tool to sort package information files.\n"
-      "It sorts by default by binary package information, but the -s option\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;
 }