diff options
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-get.cc | 1 | ||||
-rw-r--r-- | cmdline/apt.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 010021991..95c4a85ab 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -403,6 +403,7 @@ static bool ShowHelp(CommandLine &) /*{{{*/ /*}}}*/ static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/ { + // advanced commands are left undocumented on purpose return { {"update", &DoUpdate, _("Retrieve new lists of packages")}, {"upgrade", &DoUpgrade, _("Perform an upgrade")}, diff --git a/cmdline/apt.cc b/cmdline/apt.cc index cc73181c0..7b56f39a6 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -55,6 +55,7 @@ static bool ShowHelp(CommandLine &) /*{{{*/ /*}}}*/ static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/ { + // advanced commands are left undocumented on purpose return { // query {"list", &DoList, _("list packages based on package names")}, |