X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8561c2fedae26aecd8ba758a5e7ef686ba1243f3..d04e44ac8177fc5b70ae0189bb5e437c2502f910:/cmdline/apt-sortpkgs.cc?ds=sidebyside diff --git a/cmdline/apt-sortpkgs.cc b/cmdline/apt-sortpkgs.cc index 5057ac626..a4707a974 100644 --- a/cmdline/apt-sortpkgs.cc +++ b/cmdline/apt-sortpkgs.cc @@ -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; }