]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
Updated French manpage. Closes: #291020
[apt.git] / cmdline / apt-sortpkgs.cc
index 63ad51f5f05c8e4041f5b63e82824e2a7ff1beb4..e6a6b9a56f43f16f3a7a62b8474b417d173e7f04 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-sortpkgs.cc,v 1.4 2002/02/15 03:40:00 jgg Exp $
+// $Id: apt-sortpkgs.cc,v 1.5 2003/01/11 07:18:44 jgg Exp $
 /* ######################################################################
    
    APT Sort Packages - Program to sort Package and Source files
 /* ######################################################################
    
    APT Sort Packages - Program to sort Package and Source files
@@ -29,6 +29,8 @@
 #include <unistd.h>
                                                                        /*}}}*/
 
 #include <unistd.h>
                                                                        /*}}}*/
 
+using namespace std;
+
 struct PkgName
 {
    string Name;
 struct PkgName
 {
    string Name;
@@ -154,7 +156,7 @@ int ShowHelp()
       "  -h   This help text\n"
       "  -s   Use source file sorting\n"
       "  -c=? Read this configuration file\n"
       "  -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;
 }
 
    return 0;
 }