diff options
Diffstat (limited to 'cmdline/apt.cc')
-rw-r--r-- | cmdline/apt.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc index 64d374e1f..3c3d3ca1c 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -40,7 +40,7 @@ #include <apti18n.h> /*}}}*/ -bool ShowHelp(CommandLine &) /*{{{*/ +static bool ShowHelp(CommandLine &) /*{{{*/ { std::cout << _("Usage: apt [options] command\n" @@ -53,7 +53,7 @@ bool ShowHelp(CommandLine &) /*{{{*/ return true; } /*}}}*/ -std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/ +static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/ { return { // query |