summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-09-13 01:47:05 +0200
committerDan McGee <dan@archlinux.org>2011-09-15 00:24:55 +0200
commitf883efe2cb105a397edc0b892f5fa06c98f2208f (patch)
treef4affd3759d13ac744aa91cc927117f53a2d1242 /src
parente01dbcc06848c135af5beba069ad99bc5dd8deaf (diff)
downloadpacman-f883efe2cb105a397edc0b892f5fa06c98f2208f.tar.gz
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.c2
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;