diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-12 14:59:20 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-12 14:59:20 +0000 |
commit | 9241b7b29ce5a79026e7805969754c0c772d129e (patch) | |
tree | 464dbf172357e0dd3b2cd47e4d831d2f01fc232e /man | |
parent | 14a0e609bc2dc9a68882acabf0209cdab202f441 (diff) | |
download | urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar.gz urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar.bz2 urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.tar.xz urpmi-9241b7b29ce5a79026e7805969754c0c772d129e.zip |
Forbid urpmq --use-distrib when non root
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmq.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index ac2205ac..c6e7b957 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -90,6 +90,9 @@ Use specified HTTP proxy. Use specified user and password to use for proxy authentication. Specifying \fB\--proxy-user=ask\fP will cause urpmq to prompt for a username and a password. +.IP "\fB\--use-distrib\fP \fIdirectory\fP" +Configure urpmq on the fly from a distrib tree. You must be root to use this +option. .IP "\fB\--env\fP \fIdirectory\fP" Use a different environment directly from a bug report to replay a bug, the argument is the same argument given to \fB--bug\fP option. |