From 36f691f22b3d67c15be769bb20c0282d8c2dfad8 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 16 Jan 2023 08:12:00 +0100 Subject: [PATCH] document that positional arguments can be mixed with non-positional ones and that a double-dash has the expected effect --- mmdebstrap | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 658663d..4db8976 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -6239,7 +6239,12 @@ I is C<-> or if no I was specified. =head1 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, +I, and I arguments. A double dash C<--> can be used to stop +interpreting command line arguments as options to allow I, I and +I 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