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.0.8~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e0cfa949bf46ebde1b02300a96a0e8a8b48c77;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 f11ce2a55..19a8f83b8 100644 --- a/templates/lxc-centos.in +++ b/templates/lxc-centos.in @@ -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 ;;