mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 19:45:01 -05:00
added option -p in pacman usage screen
This commit is contained in:
parent
7775afa59b
commit
54593f515a
@ -523,6 +523,7 @@ void usage(int op, char *myname)
|
|||||||
printf(" -d, --nodeps skip dependency checks\n");
|
printf(" -d, --nodeps skip dependency checks\n");
|
||||||
printf(" -f, --force force install, overwrite conflicting files\n");
|
printf(" -f, --force force install, overwrite conflicting files\n");
|
||||||
printf(" -g, --groups view all members of a package group\n");
|
printf(" -g, --groups view all members of a package group\n");
|
||||||
|
printf(" -p, --print-uris print out URIs for given packages and their dependencies\n");
|
||||||
printf(" -s, --search search remote repositories for matching strings\n");
|
printf(" -s, --search search remote repositories for matching strings\n");
|
||||||
printf(" -u, --sysupgrade upgrade all packages that are out of date\n");
|
printf(" -u, --sysupgrade upgrade all packages that are out of date\n");
|
||||||
printf(" -w, --downloadonly download packages but do not install/upgrade anything\n");
|
printf(" -w, --downloadonly download packages but do not install/upgrade anything\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user