diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-26 15:58:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-26 15:58:26 +0000 |
commit | 003a56be1f8f8d05f02c549a92145e49da529dd9 (patch) | |
tree | f147406a4b3d20202f00ae3ba1ed555f35cc1bfb /man | |
parent | de7acdb4096997634ed3e459bc1e909f59b9c0ce (diff) | |
download | urpmi-003a56be1f8f8d05f02c549a92145e49da529dd9.tar urpmi-003a56be1f8f8d05f02c549a92145e49da529dd9.tar.gz urpmi-003a56be1f8f8d05f02c549a92145e49da529dd9.tar.bz2 urpmi-003a56be1f8f8d05f02c549a92145e49da529dd9.tar.xz urpmi-003a56be1f8f8d05f02c549a92145e49da529dd9.zip |
Document --proxy-user=ask new option
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmi.8 | 2 | ||||
-rw-r--r-- | man/C/urpmi.addmedia.8 | 2 | ||||
-rw-r--r-- | man/C/urpmi.update.8 | 2 | ||||
-rw-r--r-- | man/C/urpmq.8 | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index e8f1459c..77d2b279 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -132,6 +132,8 @@ Retries to download files over FTP or HTTP the specified number of times. Use specified HTTP proxy. .IP "\fB\--proxy-user\fP \fIuser:password\fP" Use specified user and password to use for proxy authentication. +Specifying \fB\--proxy-user=ask\fP will cause urpmi to prompt for a username +and a password. .IP "\fB\--bug\fP \fIdirectory\fP" Create a bug report in \fIdirectory\fP, you have to send a compressed archive of the directory to the \fBurpmi\fP maintainer for the bug being (probably) fixed. diff --git a/man/C/urpmi.addmedia.8 b/man/C/urpmi.addmedia.8 index f216dad2..29052bc7 100644 --- a/man/C/urpmi.addmedia.8 +++ b/man/C/urpmi.addmedia.8 @@ -83,6 +83,8 @@ not active by default. Use specified HTTP proxy. .IP "\fB\--proxy-user\fP \fIuser:password\fP" Use specified user and password to use for proxy authentication. +Specifying \fB\--proxy-user=ask\fP will cause urpmi.addmedia to prompt for a +username and a password. .IP "\fB\--update\fP" Add a medium which will be taken into account by \fBMandrivaUpdate\fP or by \fBurpmi --update\fP when looking for updates. diff --git a/man/C/urpmi.update.8 b/man/C/urpmi.update.8 index 39e83545..272027f8 100644 --- a/man/C/urpmi.update.8 +++ b/man/C/urpmi.update.8 @@ -23,6 +23,8 @@ not active by default. Use specified HTTP proxy. .IP "\fB\--proxy-user\fP \fIuser:password\fP" Use specified user and password to use for proxy authentication. +Specifying \fB\--proxy-user=ask\fP will cause urpmi.update to prompt for a +username and a password. .IP "\fB\--update\fP" Use only update media. .IP "\fB\--no-md5sum\fP" diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index cda5a01c..7866518b 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -88,6 +88,8 @@ available or wget instead. Use specified HTTP proxy. .IP "\fB\--proxy-user\fP \fIuser:password\fP" 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\--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. |