mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
Add --assume-installed to pacman --help
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
37aeb43644
commit
9594f513a4
@ -185,6 +185,8 @@ static void usage(int op, const char * const myname)
|
|||||||
/* pass through */
|
/* pass through */
|
||||||
case PM_OP_REMOVE:
|
case PM_OP_REMOVE:
|
||||||
addlist(_(" -d, --nodeps skip dependency version checks (-dd to skip all checks)\n"));
|
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(_(" --dbonly only modify database entries, not package files\n"));
|
||||||
addlist(_(" --noprogressbar do not show a progress bar when downloading 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"));
|
addlist(_(" --noscriptlet do not execute the install scriptlet if one exists\n"));
|
||||||
|
Loading…
Reference in New Issue
Block a user