summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2008-04-11 09:07:08 -0700
committerDaniel Burrows <dburrows@debian.org>2008-04-11 09:07:08 -0700
commitd40a7fe42cd271443193336e67a4f78cb73b3843 (patch)
tree80ade000ae5efe8f1b5ec38e609d6d5d1b20c694 /src/main.cc
parent09c9139e648927f39a92707ef681e075ed31ef63 (diff)
downloadaptitude-d40a7fe42cd271443193336e67a4f78cb73b3843.tar.gz
Manually wrap a line that was extending past 80 columns in the --help output.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/main.cc b/src/main.cc
index 12ce3a5d..8180a1af 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -144,10 +144,6 @@ static void usage()
printf(_(" unhold - Cancel a hold command for a package\n"));
printf(_(" markauto - Mark packages as having been automatically installed\n"));
printf(_(" unmarkauto - Mark packages as having been manually installed\n"));
- // This is out of line with the rest to avoid messing up
- // translations. Eventually all the usage information will move to
- // a table-layout-based approach, which will avoid this sort of
- // problem.
printf(_(" forbid-version - Forbid aptitude from upgrading to a specific package version.\n"));
printf(_(" update - Download lists of new/upgradable packages\n"));
printf(_(" safe-upgrade - Perform a safe upgrade\n"));
@@ -181,7 +177,8 @@ static void usage()
printf(_(" -Z Show the change in installed size of each package.\n"));
printf(_(" -v Display extra information. (may be supplied multiple times)\n"));
printf(_(" -t [release] Set the release from which packages should be installed\n"));
- printf(_(" -q In command-line mode, suppress the incremental progress indicators.\n"));
+ printf(_(" -q In command-line mode, suppress the incremental progress\n"));
+ printf(_(" indicators.\n"));
printf(_(" -o key=val Directly set the configuration option named 'key'\n"));
printf(_(" --with(out)-recommends Specify whether or not to treat recommends as\n strong dependencies\n"));
printf(_(" -S fname Read the aptitude extended status info from fname.\n"));