]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt.cc
policy: Return highest file pin if version pin == 0 in GetPriority()
[apt.git] / cmdline / apt.cc
index 056cd213f44800e07f72b6254325f02772f8fd4d..2f7eddb611154adb5d97d0a26548aa4c433dd14d 100644 (file)
@@ -39,8 +39,7 @@
 
 static bool ShowHelp(CommandLine &)
 {
-   ioprintf(c1out,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION,
-           COMMON_ARCH,__DATE__,__TIME__);
+   ioprintf(c1out, "%s %s (%s)\n", PACKAGE, PACKAGE_VERSION, COMMON_ARCH);
 
    // FIXME: generate from CommandLine
    c1out <<