diff options
author | Camiel Vletter <cvvletter@pm.me> | 2022-12-13 11:10:02 +0000 |
---|---|---|
committer | Camiel Vletter <cvvletter@pm.me> | 2022-12-13 11:10:02 +0000 |
commit | 2db5b75b4cd23c2720812c6c6cf6ab56e162f415 (patch) | |
tree | c489c4a9dd192c4db4031f9a81d0a1f3f8544d00 /cmdline | |
parent | dccd88881864a269f4e3326c221cc7297ddfb3f0 (diff) |
improve `--help` text for cmdline `apt autoremove`
Diffstat (limited to 'cmdline')
-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}, |