summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-11-04 20:40:51 +0100
committerAllan McRae <allan@archlinux.org>2014-11-05 11:01:09 +1000
commit9594f513a46220b12f515201dd3b034a7c648992 (patch)
tree8f80fe5c1546e64cc4e4efd11f7a3e30df454f93
parent37aeb436443f9e37991ab557b91eea035d68ffc4 (diff)
downloadpacman-9594f513a46220b12f515201dd3b034a7c648992.tar.xz
Add --assume-installed to pacman --help
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--src/pacman/pacman.c2
1 files changed, 2 insertions, 0 deletions
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"));