From 2db5b75b4cd23c2720812c6c6cf6ab56e162f415 Mon Sep 17 00:00:00 2001 From: Camiel Vletter Date: Tue, 13 Dec 2022 11:10:02 +0000 Subject: improve `--help` text for cmdline `apt autoremove` --- cmdline/apt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline') 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 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}, -- cgit v1.2.3-70-g09d2