Commit 3b0dcf2c by Po-Hsu Lin

tools: correct the argument typo in lxc_copy

Correct the backingstorage typo in lxc_copy. Signed-off-by: 's avatarPo-Hsu Lin <po-hsu.lin@canonical.com>
parent 0fa4e360
...@@ -82,7 +82,7 @@ static const struct option my_longopts[] = { ...@@ -82,7 +82,7 @@ static const struct option my_longopts[] = {
{ "daemon", no_argument, 0, 'd'}, { "daemon", no_argument, 0, 'd'},
{ "ephemeral", no_argument, 0, 'e'}, { "ephemeral", no_argument, 0, 'e'},
{ "mount", required_argument, 0, 'm'}, { "mount", required_argument, 0, 'm'},
{ "backingstore", required_argument, 0, 'B'}, { "backingstorage", required_argument, 0, 'B'},
{ "fssize", required_argument, 0, 'L'}, { "fssize", required_argument, 0, 'L'},
{ "keepdata", no_argument, 0, 'D'}, { "keepdata", no_argument, 0, 'D'},
{ "keepname", no_argument, 0, 'K'}, { "keepname", no_argument, 0, 'K'},
......
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