]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-download: Fix wrong option parsing
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 15 Jan 2014 02:49:26 +0000 (21:49 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 15 Jan 2014 15:05:40 +0000 (10:05 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-download.in

index 0602bbc7db290372e7b247e006843a2f62a9dbce..58a4a1738efe8ab5c3064a14337528e3731a5c4d 100644 (file)
@@ -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