]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cdrom.cc
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
[apt.git] / cmdline / apt-cdrom.cc
index 7434a7225fb89fed2b13a48c06ec2e5acbdec1bf..379a433ea3fd000908bd236be7962b790510b8eb 100644 (file)
@@ -135,8 +135,8 @@ bool DoIdent(CommandLine &)
 /* */
 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;