Commit 4ab12dac by Christian Brauner Committed by GitHub

Merge pull request #1244 from Cypresslin/fix-lxc-copy-B

tools: correct the argument typo in lxc_copy
parents 0fa4e360 3b0dcf2c
......@@ -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'},
......
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