1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

added option -p in pacman usage screen

This commit is contained in:
Aurelien Foret 2005-04-13 19:11:29 +00:00
parent 7775afa59b
commit 54593f515a

View File

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