diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-09-12 19:47:05 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-14 17:24:55 -0500 |
commit | f883efe2cb105a397edc0b892f5fa06c98f2208f (patch) | |
tree | f4affd3759d13ac744aa91cc927117f53a2d1242 /src | |
parent | e01dbcc06848c135af5beba069ad99bc5dd8deaf (diff) | |
download | pacman-f883efe2cb105a397edc0b892f5fa06c98f2208f.tar.xz |
pacman: add short opt '-p' for --print to -{S,R}h
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/pacman.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string>\n" " specify how the targets should be printed\n")); break; |