diff options
| author | quazgar <quazgar@posteo.de> | 2022-10-28 18:36:16 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-10-28 18:36:16 +0000 |
| commit | bbde59e804ee6d5bb5547071c0c59fd6cfb02d99 (patch) | |
| tree | 159e5858f29d6f4249695481c5cb83ecdfca10ac /cmdline/apt.cc | |
| parent | dccfe14ffb9713fbf320691c0f6cd679f2acf4fc (diff) | |
Documentation for autopurge command
Diffstat (limited to 'cmdline/apt.cc')
| -rw-r--r-- | cmdline/apt.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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")}, |
