From: Tomohiro Matsuyama Date: Sun, 27 Jan 2013 11:54:17 +0000 (+0900) Subject: Add missing option -t/--fstype. X-Git-Tag: lxc-0.9.0.alpha3~1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f8b9859d59c25f7e07885166079a81b27fc0cd;p=thirdparty%2Flxc.git Add missing option -t/--fstype. Signed-off-by: Tomohiro Matsuyama Acked-by: Stéphane Graber --- diff --git a/src/lxc/lxc-clone.in b/src/lxc/lxc-clone.in old mode 100644 new mode 100755 index 76fc2f6e5..860b86fb1 --- a/src/lxc/lxc-clone.in +++ b/src/lxc/lxc-clone.in @@ -85,6 +85,11 @@ while [ $# -gt 0 ]; do lxc_size=$1 shift ;; + -t|--fstype) + optarg_check $opt $1 + fstype=$1 + shift + ;; -v|--vgname) optarg_check $opt $1 lxc_vg=$1