]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
remove duplicated 'the' from guides doc-base abstract
[apt.git] / cmdline / apt-sortpkgs.cc
index 7e3301a052047a398d894c0775333e0a2417d884..9495ee354a04d3242d6ae79688a7d9e90f0441bc 100644 (file)
@@ -132,7 +132,7 @@ static bool DoIt(string InFile)
    return true;
 }
                                                                        /*}}}*/
-bool ShowHelp(CommandLine &)                                           /*{{{*/
+static bool ShowHelp(CommandLine &)                                    /*{{{*/
 {
    std::cout <<
     _("Usage: apt-sortpkgs [options] file1 [file2 ...]\n"
@@ -143,7 +143,7 @@ bool ShowHelp(CommandLine &)                                                /*{{{*/
    return true;
 }
                                                                        /*}}}*/
-std::vector<aptDispatchWithHelp> GetCommands()                         /*{{{*/
+static std::vector<aptDispatchWithHelp> GetCommands()                  /*{{{*/
 {
    return {
       {nullptr, nullptr, nullptr}