From 6b9859995378a3419e6191df036a8d707cbb93a8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 8 Nov 2007 23:59:02 -0600 Subject: pacman: remove leftover help string for -Rh Signed-off-by: Dan McGee --- src/pacman/pacman.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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] \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")); -- cgit v1.2.3-54-g00ecf