pacman: remove leftover help string for -Rh
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8ec27835f4
commit
6b98599953
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ static void usage(int op, const char * const myname)
|
||||||
printf(_(" -f, --force force install, overwrite conflicting files\n"));
|
printf(_(" -f, --force force install, overwrite conflicting files\n"));
|
||||||
} else if(op == PM_OP_REMOVE) {
|
} else if(op == PM_OP_REMOVE) {
|
||||||
printf("%s: %s {-R --remove} [%s] <%s>\n", str_usg, myname, str_opt, str_pkg);
|
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("%s:\n", str_opt);
|
||||||
printf(_(" -c, --cascade remove packages and all packages that depend on them\n"));
|
printf(_(" -c, --cascade remove packages and all packages that depend on them\n"));
|
||||||
printf(_(" -d, --nodeps skip dependency checks\n"));
|
printf(_(" -d, --nodeps skip dependency checks\n"));
|
||||||
|
|
Loading…
Add table
Reference in a new issue