Commit 11116742 by Michael Adam Committed by Serge Hallyn

lxc-opensuse: fix tab/whitespace mixup in usage text.

parent 227c5600
...@@ -403,7 +403,7 @@ do ...@@ -403,7 +403,7 @@ do
-p|--path) path=$2; shift 2;; -p|--path) path=$2; shift 2;;
--rootfs) rootfs=$2; shift 2;; --rootfs) rootfs=$2; shift 2;;
-n|--name) name=$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;; -c|--clean) clean=$2; shift 2;;
--) shift 1; break ;; --) shift 1; break ;;
*) break ;; *) 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