From: Michael Adam Date: Thu, 8 Jan 2015 09:03:31 +0000 (+0100) Subject: lxc-centos: fix tab/space mixup in help text. X-Git-Tag: lxc-1.1.0.rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae8252a4f046a8839a70da6a2271e20e8216b99;p=thirdparty%2Flxc.git lxc-centos: fix tab/space mixup in help text. Signed-off-by: Michael Adam Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-centos.in b/templates/lxc-centos.in index ee34289ea..6610a1b9e 100644 --- a/templates/lxc-centos.in +++ b/templates/lxc-centos.in @@ -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 ;;