From: Michael Adam Date: Thu, 8 Jan 2015 09:34:49 +0000 (+0100) Subject: lxc-opensuse: fix tab/whitespace mixup in usage text. X-Git-Tag: lxc-1.1.0.rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1111674232c2e93ddc2c165f3d43df8fe050ac82;p=thirdparty%2Flxc.git lxc-opensuse: fix tab/whitespace mixup in usage text. Signed-off-by: Michael Adam Signed-off-by: Serge Hallyn --- diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index f72725026..89971da34 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -403,7 +403,7 @@ do -p|--path) path=$2; shift 2;; --rootfs) rootfs=$2; shift 2;; -n|--name) name=$2; shift 2;; - -r|--release) DISTRO=$2; shift 2;; + -r|--release) DISTRO=$2; shift 2;; -c|--clean) clean=$2; shift 2;; --) shift 1; break ;; *) break ;;