From: 謝致邦 Date: Thu, 6 Nov 2014 10:43:31 +0000 (+0800) Subject: Fix lxc-openmandriva.in typo. X-Git-Tag: lxc-1.1.0.alpha3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd2738c457bfb777e5f58eb676435f9a87747238;p=thirdparty%2Flxc.git Fix lxc-openmandriva.in typo. Signed-off-by: 謝致邦 Acked-by: Stéphane Graber --- diff --git a/templates/lxc-openmandriva.in b/templates/lxc-openmandriva.in index 4fdaeceaf..45e2efa86 100644 --- a/templates/lxc-openmandriva.in +++ b/templates/lxc-openmandriva.in @@ -379,7 +379,7 @@ do -P|--profile) profile=$2; shift 2;; -c|--clean) clean=$2; shift 2;; -R|--release) release=$2; shift 2;; - -a|--arch) arch=$2; shift 2;; + -A|--arch) arch=$2; shift 2;; -4|--ipv4) ipv4=$2; shift 2;; -6|--ipv6) ipv6=$2; shift 2;; -g|--gw) gw=$2; shift 2;;