diff options
-rw-r--r-- | pod/urpmi.8.pod | 5 | ||||
-rwxr-xr-x | urpmi | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index b696268c..d9b91c8c 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -286,6 +286,11 @@ F</etc/urpmi/skip.list> (see urpmi.files(5)). When several packages are found, propose more choices than the default. +=item B<--nolock> + +Don't lock urpmi and rpm db. This can be useful in conjunction with +B<--root>. + =item B<--norebuild> Don't try to rebuild the hdlist files from the RPMs if the original hdlist @@ -134,6 +134,7 @@ usage: ") . N(" --more-choices - when several packages are found, propose more choices than the default. ") . N(" --norebuild - don't try to rebuild hdlist if not readable. +") . N(" --nolock - don't lock rpm db. ") . N(" --strict-arch - upgrade only packages with the same architecture. ") . N(" -a - select all matches on command line. ") . N(" -p - allow search in provides to find package. |