]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
switch 'apt-mark hold' from Pkg to Ver based operation
[apt.git] / cmdline / apt-config.cc
index e0b8a624eeb7efdea1c598f58a8bc398bffe5bbe..4479b84a7c56f6f2071ecf20687947ddfcf1a716 100644 (file)
@@ -80,11 +80,10 @@ static bool DoDump(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(cout, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
    if (_config->FindB("version") == true)
       return true;
-   
+
    cout <<
     _("Usage: apt-config [options] command\n"
       "\n"