summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorbubulle@debian.org <bubulle@debian.org>2007-01-27 13:52:01 +0000
committerbubulle@debian.org <bubulle@debian.org>2007-01-27 13:52:01 +0000
commit9ef3b396259596f0bee56040ca1bdf22ebfd34b8 (patch)
treea4f09aa8cc54088b1f3fe1b1b2271e99839af743 /src/main.cc
parentd16fcdc19d2b57b0498a81beecf24cf61e7405ae (diff)
downloadaptitude-9ef3b396259596f0bee56040ca1bdf22ebfd34b8.tar.gz
[aptitude @ Realign items in the help output. Closes: #399048]
399048_align
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cc b/src/main.cc
index c0611a59..894c7abf 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -153,15 +153,15 @@ static void usage()
printf(_(" -f Aggressively try to fix broken packages.\n"));
printf(_(" -V Show which versions of packages are to be installed.\n"));
printf(_(" -D Show the dependencies of automatically changed packages.\n"));
- printf(_(" -Z Show the change in installed size of each package.\n"));
+ 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(_(" -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"));
- printf(_(" -u : Download new package lists on startup.\n"));
- printf(_(" -i : Perform an install run on startup.\n"));
+ printf(_(" -S fname Read the aptitude extended status info from fname.\n"));
+ printf(_(" -u Download new package lists on startup.\n"));
+ printf(_(" -i Perform an install run on startup.\n"));
printf("\n");
printf(_(" This aptitude does not have Super Cow Powers.\n"));
}