From 3b0dcf2c76f36f8b2b1eb503505294d18a74fcc8 Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin Date: Fri, 21 Oct 2016 18:32:18 +0800 Subject: [PATCH] tools: correct the argument typo in lxc_copy Correct the backingstorage typo in lxc_copy. Signed-off-by: Po-Hsu Lin --- src/lxc/tools/lxc_copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, -- 2.47.2