Commit 2ae8252a by Michael Adam Committed by Serge Hallyn

lxc-centos: fix tab/space mixup in help text.

parent 6976826f
...@@ -699,7 +699,7 @@ do ...@@ -699,7 +699,7 @@ do
-n|--name) name=$2; shift 2;; -n|--name) name=$2; shift 2;;
-c|--clean) clean=1; shift 1;; -c|--clean) clean=1; shift 1;;
-R|--release) release=$2; shift 2;; -R|--release) release=$2; shift 2;;
--repo) repo="$2"; shift 2;; --repo) repo="$2"; shift 2;;
-a|--arch) newarch=$2; shift 2;; -a|--arch) newarch=$2; shift 2;;
--fqdn) utsname=$2; shift 2;; --fqdn) utsname=$2; shift 2;;
--) shift 1; break ;; --) shift 1; break ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment