document that positional arguments can be mixed with non-positional ones and that a double-dash has the expected effect

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-01-16 08:12:00 +01:00
parent b0a5c30fb1
commit 36f691f22b
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -6239,7 +6239,12 @@ I<TARGET> is C<-> or if no I<TARGET> was specified.
=head1 OPTIONS =head1 OPTIONS
Options are case insensitive. Short options may be bundled. Long options Options are case insensitive. Short options may be bundled. Long options
require a double dash and may be abbreviated to uniqueness. require a double dash and may be abbreviated to uniqueness. Options can be
placed anywhere on the command line, even before or mixed with the I<SUITE>,
I<TARGET>, and I<MIRROR> arguments. A double dash C<--> can be used to stop
interpreting command line arguments as options to allow I<SUITE>, I<TARGET> and
I<MIRROR> arguments that start with a single or double dash. Option order only
matters for options that can be passed multiple times as documented below.
=over 8 =over 8