X-Git-Url: https://git.saurik.com/apt-legacy.git/blobdiff_plain/032f992c5ed1130c348c7ddd074cde239e09cc87..16923335a3ecd44bfa6c4079edfe5235daaf87f7:/cmdline/apt-sortpkgs.cc?ds=sidebyside diff --git a/cmdline/apt-sortpkgs.cc b/cmdline/apt-sortpkgs.cc index bec90ae..8624bd7 100644 --- a/cmdline/apt-sortpkgs.cc +++ b/cmdline/apt-sortpkgs.cc @@ -145,8 +145,8 @@ bool DoIt(string InFile) /* */ int ShowHelp() { - ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION, - COMMON_OS,COMMON_CPU,__DATE__,__TIME__); + ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION, + COMMON_OS,COMMON_CPU); if (_config->FindB("version") == true) return 0;