diff options
Diffstat (limited to 'pod/urpme.8.pod')
-rw-r--r-- | pod/urpme.8.pod | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/pod/urpme.8.pod b/pod/urpme.8.pod index 5b46ae2f..e793ec1c 100644 --- a/pod/urpme.8.pod +++ b/pod/urpme.8.pod @@ -25,10 +25,14 @@ Prints a help message and exit (this is the same as B<-h> or B<-?>). If multiple packages match the given substring, deinstall them all. -=item B<-v> +=item B<--verbose> Proposes a verbose mode with various messages. +=item B<-v> + +This is the same as B<--verbose>. + =item B<--auto> Removes packages non-interactively, without asking questions. @@ -73,10 +77,23 @@ scripts will run after chroot(2). The rpm database that lies in the rooted tree will be used, but the urpmi configuration comes from the normal system. +=item B<--urpmi-root> I<directory> + +Use the file system tree rooted for urpmi database and rpm install. Contrary +to B<--root>, the urpmi configuration comes from the rooted tree. + =item B<--use-distrib> I<directory> Configure urpme on the fly from a distribution tree. +=item B<--probe-synthesis> + +Use synthesis file (to use with --use-distrib). + +=item B<--probe-hdlist> + +Use hdlist file (to use with --use-distrib). + =back =head1 FILES @@ -106,7 +123,7 @@ Removal of packages failed. =head1 AUTHORS Pascal Rigaux <pixel@mandriva.com> (current maintainer), -Francois Pons, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> +Francois Pons, Rafael Garcia-Suarez =head1 SEE ALSO |