]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cdrom.cc
ensure valid or remove destination file in file method
[apt.git] / cmdline / apt-cdrom.cc
index 327039e000ddfc7886f835eb15f665b9377a49cb..d95c169cdeffe5a170a567c032891b576d2aedcf 100644 (file)
@@ -205,8 +205,8 @@ static bool DoIdent(CommandLine &)
 // ShowHelp - Show the help screen                                     /*{{{*/
 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;