]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
* implement warning when Vcs-*: header is found in source record
[apt.git] / cmdline / apt-sortpkgs.cc
index a0ec2263e85815edf984f67046e0e30dfd0e586c..8909c3826472c94da2fb7a14e7e80a2c8ee23b7b 100644 (file)
@@ -156,13 +156,13 @@ int ShowHelp()
       "  -h   This help text\n"
       "  -s   Use source file sorting\n"
       "  -c=? Read this configuration file\n"
-      "  -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp\n");
+      "  -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n");
 
    return 0;
 }
                                                                        /*}}}*/
 
-int main(unsigned int argc,const char *argv[])
+int main(int argc,const char *argv[])
 {
    CommandLine::Args Args[] = {
       {'h',"help","help",0},