From: Po-Hsu Lin Date: Fri, 21 Oct 2016 10:32:18 +0000 (+0800) Subject: tools: correct the argument typo in lxc_copy X-Git-Tag: lxc-2.1.0~293^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1244%2Fhead;p=thirdparty%2Flxc.git tools: correct the argument typo in lxc_copy Correct the backingstorage typo in lxc_copy. Signed-off-by: Po-Hsu Lin --- diff --git a/src/lxc/tools/lxc_copy.c b/src/lxc/tools/lxc_copy.c index 3e83af6c8..4d0c17df7 100644 --- a/src/lxc/tools/lxc_copy.c +++ b/src/lxc/tools/lxc_copy.c @@ -82,7 +82,7 @@ static const struct option my_longopts[] = { { "daemon", no_argument, 0, 'd'}, { "ephemeral", no_argument, 0, 'e'}, { "mount", required_argument, 0, 'm'}, - { "backingstore", required_argument, 0, 'B'}, + { "backingstorage", required_argument, 0, 'B'}, { "fssize", required_argument, 0, 'L'}, { "keepdata", no_argument, 0, 'D'}, { "keepname", no_argument, 0, 'K'},