diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-03-26 14:30:59 +0100 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-03-26 14:30:59 +0100 |
commit | 0226ed172319a9476eacf745065889bb149f4343 (patch) | |
tree | 40c57f632a9a9b121041d8770db548fb5c4c0db1 | |
parent | 43f4505b1e2be3745468b74771a08cca49148996 (diff) | |
download | pacman-0226ed172319a9476eacf745065889bb149f4343.tar.gz pacman-0226ed172319a9476eacf745065889bb149f4343.tar.xz |
Backport from pacman 2.9.5 (--ignore in usage)
-rw-r--r-- | src/pacman/pacman.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 17ad778b..9f22450e 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -523,6 +523,7 @@ void usage(int op, char *myname) 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(" -y, --refresh download fresh package databases from the server\n"); + printf(" --ignore <pkg> ignore a package upgrade (can be used more than once)\n"); } printf(" --config <path> set an alternate configuration file\n"); printf(" --noconfirm do not ask for anything confirmation\n"); |