diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-12-13 15:37:55 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-12-13 15:37:55 +0000 |
| commit | 9e7d101292a52e1d5f52be42c854e60ad6ec7d6f (patch) | |
| tree | c489c4a9dd192c4db4031f9a81d0a1f3f8544d00 | |
| parent | dccd88881864a269f4e3326c221cc7297ddfb3f0 (diff) | |
| parent | 2db5b75b4cd23c2720812c6c6cf6ab56e162f415 (diff) | |
Merge branch 'cvvletter-main-patch-43308' into 'main'
improve `--help` text for cmdline `apt autoremove`
See merge request apt-team/apt!271
| -rw-r--r-- | cmdline/apt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc index 7b56f39a6..f53d4e446 100644 --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@ -66,7 +66,7 @@ static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/ {"install", &DoInstall, _("install packages")}, {"reinstall", &DoInstall, _("reinstall packages")}, {"remove", &DoInstall, _("remove packages")}, - {"autoremove", &DoInstall, _("Remove automatically all unused packages")}, + {"autoremove", &DoInstall, _("automatically remove all unused packages")}, {"auto-remove", &DoInstall, nullptr}, {"autopurge",&DoInstall, nullptr}, {"purge", &DoInstall, nullptr}, |
