diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2014-11-24 23:28:26 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-11-25 19:35:04 +0100 |
commit | 644a63473649afb21d6eeab851977e628acb32ac (patch) | |
tree | fc16c220a9bb1e43b7316f6083dc36c24c7c3192 /pod/8/urpmi.pod | |
parent | 9d7185058d9c7e95e960a389a8827272ee79e205 (diff) | |
download | urpmi-644a63473649afb21d6eeab851977e628acb32ac.tar urpmi-644a63473649afb21d6eeab851977e628acb32ac.tar.gz urpmi-644a63473649afb21d6eeab851977e628acb32ac.tar.bz2 urpmi-644a63473649afb21d6eeab851977e628acb32ac.tar.xz urpmi-644a63473649afb21d6eeab851977e628acb32ac.zip |
Put corresponding long and short options in same line.
Diffstat (limited to 'pod/8/urpmi.pod')
-rw-r--r-- | pod/8/urpmi.pod | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index ce90199f..205d7188 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -55,9 +55,10 @@ example when the ftp archive changes) use C<urpmi.update>. =over -=item B<--help> +=item B<-h>, B<-?>, B<--help> + +Prints a help message and exit. -Prints a help message and exit (this is the same as B<-h> or B<-?>). =item B<--media> I<media1,...,mediaN> @@ -148,7 +149,7 @@ Split urpmi's operation in small transactions of at least I<count> packages. The default is 8 and setting this value to 0 just disables splitting in small transactions. -=item B<--fuzzy> +=item B<-y>, B<--fuzzy> Disable fast search on exact package name; that means that urpmi will propose all packages matching part of the name, even if one of them @@ -178,11 +179,11 @@ F</var/cache/urpmi/rpms>. Assume yes on all questions. -=item B<--quiet> +=item B<-q>, B<--quiet> Quiet mode: when calling rpm no upgrade status is printed. -=item B<--verbose> +=item B<-v>, B<--verbose> Proposes a verbose mode with various messages. @@ -411,18 +412,6 @@ Allow search in provides to find the package (this is the default). Do not search in provides to find package (this is the opposite of B<-p>). -=item B<-y> - -This is the same as B<--fuzzy>. - -=item B<-q> - -This is the same as B<--quiet>. - -=item B<-v> - -This is the same as B<--verbose>. - =back =head1 EXAMPLES |