Signed-off-by: Florian Pritz <[email protected]>
---
 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

Reply via email to