]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-config.cc
* add depth information to the debug output and show what depends
[apt.git] / cmdline / apt-config.cc
index 34365dc2e7e0265e2ca09c56e2b7684a6976d327..63fa0867c256b2fbd026e41dd71a9c8f1323b1cb 100644 (file)
@@ -67,8 +67,8 @@ bool DoDump(CommandLine &CmdL)
 /* */
 int ShowHelp()
 {
-   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 compiled on %s %s\n"),PACKAGE,VERSION,
+           COMMON_ARCH,__DATE__,__TIME__);
    if (_config->FindB("version") == true)
       return 0;