diff options
author | Jens Seidel <jensseidel@users.sf.net> | 2008-04-20 18:28:10 +0200 |
---|---|---|
committer | Jens Seidel <jensseidel@users.sf.net> | 2008-04-20 18:28:10 +0200 |
commit | 1f852d2bc43cd474c58c81cd81cce811bc89ef7e (patch) | |
tree | 413b39f1657b06d965317d93f2ac2044656a9bb4 /src/main.cc | |
parent | 8ef99afc6027bf470cc4a985c0ffead46047121b (diff) | |
download | aptitude-1f852d2bc43cd474c58c81cd81cce811bc89ef7e.tar.gz |
Fixed a useless dash in help text. Closes: #476835
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 4efdc0de..f105d0eb 100644 --- a/src/main.cc +++ b/src/main.cc @@ -157,7 +157,7 @@ static void usage() 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" - " - why one or more packages would require the given package\n")); + " 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" " with the given package, or why one or more packages would\n" " lead to a conflict with the given package if installed\n")); |