diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2004-01-15 23:41:45 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2004-01-15 23:41:45 +0000 |
commit | 144b2ddb191ce4ac7f76950dd9bda65402d474c2 (patch) | |
tree | 31860bed4ab84622dfd5308cb93cb0045c59a888 /man | |
parent | 806fbcd4bc7540519fa604d0b0754eb513a296ce (diff) | |
download | urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar.gz urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar.bz2 urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.tar.xz urpmi-144b2ddb191ce4ac7f76950dd9bda65402d474c2.zip |
- add --root in man/--help, --use-distrib in --help only
- fix issue using virtual medium and --bug
- update error message if --bug dir exist
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpme.8 | 4 | ||||
-rw-r--r-- | man/C/urpmi.8 | 4 | ||||
-rw-r--r-- | man/C/urpmq.8 | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/man/C/urpme.8 b/man/C/urpme.8 index 9f7e494d..43af3268 100644 --- a/man/C/urpme.8 +++ b/man/C/urpme.8 @@ -21,6 +21,10 @@ machines). \fIalias\fP defines which extension module to use by urpmi (currently \fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP) and which machines should be updated, this alias is defined in the file /etc/urpmi/parallel.cfg as described below. +.IP "\fB\--root\fP \fIdirectory\fP" +Use the file system tree rooted for rpm install. All operations and scripts +will run after chroot(2). The rpm database in the rooted tree will be used but +urpmi configuration comes from normal system. .IP "\fB\-v\fP" Proposes a verbose mode with various messages. .IP "\fB\-a\fP" diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index 69fafa52..d43de1be 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -105,6 +105,10 @@ machines). \fIalias\fP defines which extension module to use by urpmi (currently \fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP) and which machines should be updated, this alias is defined in the file /etc/urpmi/parallel.cfg as described below. +.IP "\fB\--root\fP \fIdirectory\fP" +Use the file system tree rooted for rpm install. All operations and scripts +will run after chroot(2). The rpm database in the rooted tree will be used but +urpmi configuration comes from normal system. .IP "\fB\--wget\fP" Use wget only for downloading distant files. By default curl is used if available or wget instead. diff --git a/man/C/urpmq.8 b/man/C/urpmq.8 index ee062d65..d43e81e3 100644 --- a/man/C/urpmq.8 +++ b/man/C/urpmq.8 @@ -64,6 +64,10 @@ machines). \fIalias\fP defines which extension module to use by urpmi (currently \fBurpmi-parallel-ka-run\fP or \fBurpmi-parallel-ssh\fP) and which machines should be updated, this alias is defined in the file /etc/urpmi/parallel.cfg as described below. +.IP "\fB\--root\fP \fIdirectory\fP" +Use the file system tree rooted for rpm install. All operations and scripts +will run after chroot(2). The rpm database in the rooted tree will be used but +urpmi configuration comes from normal system. .IP "\fB\--wget\fP" Use wget only for downloading distant files. By default curl is used if available or wget instead. |