]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.cc
* apt-pkg/deb/dpkgpm.{cc,h}:
[apt.git] / cmdline / apt-extracttemplates.cc
index c87b436ba65e85429f7eb6e8e374acabe6dcc476..6d580cc28b55417f8e69a02f26ab3b17b21b82b6 100644 (file)
@@ -222,8 +222,8 @@ bool DebFile::ParseInfo()
 /* */
 int ShowHelp(void)
 {
-       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;