Commit 5d38621d by Serge Hallyn Committed by Stéphane Graber

lxc-clone: fix the '--name' parameter

The long opt for --name was being incorrectly compared to --new. Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 8aba484a
...@@ -89,7 +89,7 @@ while true; do ...@@ -89,7 +89,7 @@ while true; do
lxc_vg=$1 lxc_vg=$1
shift shift
;; ;;
-n|--new) -n|--name)
shift shift
lxc_new=$1 lxc_new=$1
shift shift
......
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