]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-mark.cc
stop displaying time of build in online help
[apt.git] / cmdline / apt-mark.cc
index 47777009b0715695c8f823f7052f89c8b38061b2..de1c80309c8ef50afb284a303a4ff2be3475f152 100644 (file)
@@ -443,8 +443,7 @@ static bool ShowHold(CommandLine &CmdL)
 /* */
 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);
 
    cout <<
     _("Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n"