index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2014-11-04 20:40:51 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-11-05 11:01:09 +1000 |
commit | 9594f513a46220b12f515201dd3b034a7c648992 (patch) | |
tree | 8f80fe5c1546e64cc4e4efd11f7a3e30df454f93 | |
parent | 37aeb436443f9e37991ab557b91eea035d68ffc4 (diff) |
-rw-r--r-- | src/pacman/pacman.c | 2 |
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 3d1406bb..61610484 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -185,6 +185,8 @@ static void usage(int op, const char * const myname) /* pass through */ case PM_OP_REMOVE: addlist(_(" -d, --nodeps skip dependency version checks (-dd to skip all checks)\n")); + addlist(_(" --assume-installed <package=version>\n" + " add a virtual package to satisfy dependencies\n")); 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")); |