]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
* Translations:
[apt.git] / cmdline / apt-sortpkgs.cc
index e6a6b9a56f43f16f3a7a62b8474b417d173e7f04..7b2a74aed2b0f38133734df88ec4fd88d3fe4b13 100644 (file)
@@ -141,8 +141,8 @@ bool DoIt(string InFile)
 /* */
 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;
    
@@ -162,7 +162,7 @@ int ShowHelp()
 }
                                                                        /*}}}*/
 
-int main(unsigned int argc,const char *argv[])
+int main(int argc,const char *argv[])
 {
    CommandLine::Args Args[] = {
       {'h',"help","help",0},