]> git.ipfire.org Git - thirdparty/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)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 30 Jan 2015 08:55:25 +0000 (09:55 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-centos.in

index f11ce2a55add0b4805402231031d0da11085fd0d..19a8f83b8c1d4c8a4db653274942f7c206da6432 100644 (file)
@@ -693,7 +693,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 ;;