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
76f74594
Commit
76f74594
authored
Mar 19, 2011
by
Michael Santos
Committed by
Daniel Lezcano
Mar 22, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxc_unshare: edit help output
Signed-off-by:
Michael Santos
<
michael.santos@gmail.com
>
Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
f3bc28bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxc_unshare.c
src/lxc/lxc_unshare.c
+2
-2
No files found.
src/lxc/lxc_unshare.c
View file @
76f74594
...
@@ -46,10 +46,10 @@ void usage(char *cmd)
...
@@ -46,10 +46,10 @@ void usage(char *cmd)
{
{
fprintf
(
stderr
,
"%s <options> [command]
\n
"
,
basename
(
cmd
));
fprintf
(
stderr
,
"%s <options> [command]
\n
"
,
basename
(
cmd
));
fprintf
(
stderr
,
"Options are:
\n
"
);
fprintf
(
stderr
,
"Options are:
\n
"
);
fprintf
(
stderr
,
"
\t
-s flags: O
r
ed list of flags to unshare:
\n
"
\
fprintf
(
stderr
,
"
\t
-s flags: O
R
ed list of flags to unshare:
\n
"
\
"
\t
MOUNT, PID, UTSNAME, IPC, USER, NETWORK
\n
"
);
"
\t
MOUNT, PID, UTSNAME, IPC, USER, NETWORK
\n
"
);
fprintf
(
stderr
,
"
\t
-u <id> : new id to be set if -s USER is specified
\n
"
);
fprintf
(
stderr
,
"
\t
-u <id> : new id to be set if -s USER is specified
\n
"
);
fprintf
(
stderr
,
"
\t
if -
f or -
s PID is specified, <command> is mandatory)
\n
"
);
fprintf
(
stderr
,
"
\t
if -s PID is specified, <command> is mandatory)
\n
"
);
_exit
(
1
);
_exit
(
1
);
}
}
...
...
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