]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc-centos: fix tab/space mixup in help text.
authorMichael Adam <obnox@samba.org>
Thu, 8 Jan 2015 09:03:31 +0000 (10:03 +0100)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Sat, 10 Jan 2015 16:07:41 +0000 (10:07 -0600)
Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-centos.in

index ee34289ea8b338e43257bddd000facd93f2c0755..6610a1b9e8f368cd6f49b69f4e352d88cd780380 100644 (file)
@@ -699,7 +699,7 @@ do
         -n|--name)      name=$2; shift 2;;
         -c|--clean)     clean=1; shift 1;;
         -R|--release)   release=$2; shift 2;;
-       --repo)         repo="$2"; shift 2;;
+        --repo)         repo="$2"; shift 2;;
         -a|--arch)      newarch=$2; shift 2;;
         --fqdn)         utsname=$2; shift 2;;
         --)             shift 1; break ;;