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/urpme.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/urpme.pod')
-rw-r--r-- | pod/8/urpme.pod | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/pod/8/urpme.pod b/pod/8/urpme.pod index 158a6957..8358a129 100644 --- a/pod/8/urpme.pod +++ b/pod/8/urpme.pod @@ -18,22 +18,18 @@ want to specify packages more broadly, use the B<-a> option. =over -=item B<--help> +=item B<-h>, B<-?>, B<--help> -Prints a help message and exit (this is the same as B<-h> or B<-?>). +Prints a help message and exit. =item B<-a> If multiple packages match the given substring, deinstall them all. -=item B<--verbose> +=item B<-v>, 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. |