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>
This commit is contained in:
Dave Reisner 2011-09-12 19:47:05 -04:00 committed by Dan McGee
parent e01dbcc068
commit f883efe2cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;