From f883efe2cb105a397edc0b892f5fa06c98f2208f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 12 Sep 2011 19:47:05 -0400 Subject: pacman: add short opt '-p' for --print to -{S,R}h Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- src/pacman/pacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index d285a055..3ec5071d 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -192,7 +192,7 @@ static void usage(int op, const char * const myname) addlist(_(" --dbonly only modify database entries, not package files\n")); addlist(_(" --noprogressbar do not show a progress bar when downloading files\n")); addlist(_(" --noscriptlet do not execute the install scriptlet if one exists\n")); - addlist(_(" --print print the targets instead of performing the operation\n")); + addlist(_(" -p, --print print the targets instead of performing the operation\n")); addlist(_(" --print-format \n" " specify how the targets should be printed\n")); break; -- cgit v1.2.3-24-g4f1b