From 2ae8252a4f046a8839a70da6a2271e20e8216b99 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 8 Jan 2015 10:03:31 +0100 Subject: [PATCH] lxc-centos: fix tab/space mixup in help text. Signed-off-by: Michael Adam Signed-off-by: Serge Hallyn --- templates/lxc-centos.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;