summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-11-09 06:59:02 +0100
committerDan McGee <dan@archlinux.org>2007-11-11 16:51:08 +0100
commit6b9859995378a3419e6191df036a8d707cbb93a8 (patch)
tree46ddc59569ec01473c54560b22ccd5e6116cd364
parent8ec27835f40e3df1ce409bc3d913587c474a30c3 (diff)
downloadpacman-6b9859995378a3419e6191df036a8d707cbb93a8.tar.gz
pacman-6b9859995378a3419e6191df036a8d707cbb93a8.tar.xz
pacman: remove leftover help string for -Rh
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--src/pacman/pacman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index ede8c0a0..b00e3dc0 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -86,7 +86,6 @@ static void usage(int op, const char * const myname)
printf(_(" -f, --force force install, overwrite conflicting files\n"));
} else if(op == PM_OP_REMOVE) {
printf("%s: %s {-R --remove} [%s] <%s>\n", str_usg, myname, str_opt, str_pkg);
- printf(_("usage: %s {-R --remove} [options] <package>\n"), myname);
printf("%s:\n", str_opt);
printf(_(" -c, --cascade remove packages and all packages that depend on them\n"));
printf(_(" -d, --nodeps skip dependency checks\n"));