]> git.saurik.com Git - apt-legacy.git/blobdiff - ftparchive/apt-ftparchive.cc
Added some initial debtags data.
[apt-legacy.git] / ftparchive / apt-ftparchive.cc
index 4afc2ea6cf952b55bb628e43e798a7a3ca7cca35..36139cf68a071523ed188fbf85fa034ae8996173 100644 (file)
@@ -551,8 +551,8 @@ void LoadBinDir(vector<PackageMap> &PkgList,Configuration &Setup)
 /* */
 bool ShowHelp(CommandLine &CmdL)
 {
-   ioprintf(cout,_("%s %s for %s %s compiled on %s %s\n"),PACKAGE,VERSION,
-           COMMON_OS,COMMON_CPU,__DATE__,__TIME__);
+   ioprintf(cout,_("%s %s for %s %s\n"),PACKAGE,VERSION,
+           COMMON_OS,COMMON_CPU);
    if (_config->FindB("version") == true)
       return true;