]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
stop displaying time of build in online help
[apt.git] / cmdline / apt-sortpkgs.cc
index 9b66ad4db1e6da4c1660d00388722b1ace0ac97f..971900e4f839d0e806a0ffd5faf48340d2a1ca8b 100644 (file)
@@ -146,8 +146,7 @@ static bool DoIt(string InFile)
 /* */
 static bool ShowHelp(CommandLine &)
 {
-   ioprintf(cout,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
-           COMMON_ARCH,__DATE__,__TIME__);
+   ioprintf(std::cout, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
    if (_config->FindB("version") == true)
       return true;