From d75279db49ca12cf10d930a7e7b6185ca1e1e04b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 11 Jan 2006 11:06:20 +0000 Subject: Document --nolock --- pod/urpmi.8.pod | 5 +++++ urpmi | 1 + 2 files changed, 6 insertions(+) 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 (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 diff --git a/urpmi b/urpmi index 985b494d..6c451e2d 100755 --- a/urpmi +++ b/urpmi @@ -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. -- cgit v1.2.1