Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3b0dcf2c
Commit
3b0dcf2c
authored
Oct 21, 2016
by
Po-Hsu Lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: correct the argument typo in lxc_copy
Correct the backingstorage typo in lxc_copy. Signed-off-by:
Po-Hsu Lin
<
po-hsu.lin@canonical.com
>
parent
0fa4e360
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lxc_copy.c
src/lxc/tools/lxc_copy.c
+1
-1
No files found.
src/lxc/tools/lxc_copy.c
View file @
3b0dcf2c
...
@@ -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'
},
{
"backingstor
ag
e"
,
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'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment