From bebff47fac1e3c80790ad0c67b96a05eefd444ea Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 15 Jan 2023 21:32:49 +0100 Subject: debvm-create: actually drop -m from the getopts invocation Fixes: 7a2b46697659 ("Drop mirror option") --- bin/debvm-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/debvm-create') diff --git a/bin/debvm-create b/bin/debvm-create index 2555a8e..47ebde6 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -160,7 +160,7 @@ opt_size() { SIZE=$(($1*1024*1024*1024)) } -while getopts :a:h:k:m:o:r:s:z:-: OPTCHAR; do +while getopts :a:h:k:o:r:s:z:-: OPTCHAR; do case "$OPTCHAR" in a) opt_architecture "$OPTARG" ;; h) opt_hostname "$OPTARG" ;; -- cgit v1.2.3