From 9594f513a46220b12f515201dd3b034a7c648992 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 4 Nov 2014 20:40:51 +0100 Subject: Add --assume-installed to pacman --help Signed-off-by: Florian Pritz Signed-off-by: Allan McRae --- src/pacman/pacman.c | 2 ++ 1 file changed, 2 insertions(+) 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 \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")); -- cgit v1.2.3-54-g00ecf