[lxc-devel] [PATCH] lxc-download: Fix wrong option parsing
Stéphane Graber
stgraber at ubuntu.com
Wed Jan 15 02:49:48 UTC 2014
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
templates/lxc-download.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/lxc-download.in b/templates/lxc-download.in
index 04f5846..aa93b59 100644
--- a/templates/lxc-download.in
+++ b/templates/lxc-download.in
@@ -172,7 +172,7 @@ EOF
}
options=$(getopt -o d:r:a:hl -l dist:,release:,arch:,help,list,variant:,\
-server:,keyid:,no-validate,flush-cache,force-cache:,name:,path:,\
+server:,keyid:,no-validate,flush-cache,force-cache,name:,path:,\
rootfs:,mapped-uid: -- "$@")
if [ $? -ne 0 ]; then
--
1.8.5.2
More information about the lxc-devel
mailing list