]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* merged with dpkg-log branch
[apt.git] / cmdline / apt-get.cc
index fb1bb248efbba10519a730170803e09012834e98..c9ec481aaa59ac9a8508515856273af522a0d666 100644 (file)
@@ -2582,8 +2582,8 @@ bool DoMoo(CommandLine &CmdL)
 /* */
 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 compiled on %s %s\n"),PACKAGE,VERSION,
+           COMMON_ARCH,__DATE__,__TIME__);
            
    if (_config->FindB("version") == true)
    {