summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2009-09-24 19:15:22 -0700
committerDaniel Burrows <dburrows@debian.org>2009-09-24 19:15:22 -0700
commit14a4986e8672ab26ba5602c40b2d9652bdb6f129 (patch)
treee8a427523d6cb93be1a9cc672ba98e5eb2030893 /src/main.cc
parentd4548c98c093d7871fd691403252205048b8a287 (diff)
downloadaptitude-14a4986e8672ab26ba5602c40b2d9652bdb6f129.tar.gz
Mention build-dep in "help". (Closes: #547151)
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 72822a02..4e60e3b3 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -161,6 +161,7 @@ static void usage()
printf(_(" update - Download lists of new/upgradable packages\n"));
printf(_(" safe-upgrade - Perform a safe upgrade\n"));
printf(_(" full-upgrade - Perform an upgrade, possibly installing and removing packages\n"));
+ printf(_(" build-dep - Install the build-dependencies of packages\n"));
printf(_(" forget-new - Forget what packages are \"new\"\n"));
printf(_(" search - Search for a package by name and/or expression\n"));
printf(_(" show - Display detailed information about a package\n"));