summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--src/main.cc5
2 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c1642c3c..b220caa6 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,9 @@ Version 0.4.11.2 ""
needs numeric conjugation (meaning it won't say "there are 1
update"). (Closes: #486186 and friends)
+ * "why" and "why-not" now appear in the list of commands in
+ "aptitude --help".
+
+ Minor bugs:
* Use a 'latch' configuration option to migrate from
diff --git a/src/main.cc b/src/main.cc
index ac341325..12ce3a5d 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -160,6 +160,11 @@ static void usage()
printf(_(" changelog - View a package's changelog\n"));
printf(_(" download - Download the .deb file for a package\n"));
printf(_(" reinstall - Download and (possibly) reinstall a currently installed package\n"));
+ printf(_(" why - Show the manually installed packages that require a package, or\n"));
+ printf(_(" - why one or more packages would require the given package\n"));
+ printf(_(" why-not - Show the manually installed packages that lead to a conflict\n"));
+ printf(_(" with the given package, or why one or more packages would\n"));
+ printf(_(" lead to a conflict with the given package if installed\n"));
printf("\n");
printf(_(" Options:\n"));
printf(_(" -h This help text\n"));