[pacman-dev] [PATCH 1/2] Add --assume-installed to pacman --help

Florian Pritz bluewind at xinu.at
Tue Nov 4 19:40:51 UTC 2014


Signed-off-by: Florian Pritz <bluewind at xinu.at>
---
 src/pacman/pacman.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 3d1406b..6161048 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"));
-- 
2.1.3


More information about the pacman-dev mailing list