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
304dc8b3
Commit
304dc8b3
authored
Nov 13, 2013
by
Marek Majkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic: shorten the options summary in documentation
parent
6c544cb3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
lxc-start.sgml.in
doc/lxc-start.sgml.in
+1
-2
lxc_start.c
src/lxc/lxc_start.c
+1
-3
No files found.
doc/lxc-start.sgml.in
View file @
304dc8b3
...
...
@@ -57,8 +57,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<arg choice="opt">-p <replaceable>pid_file</replaceable></arg>
<arg choice="opt">-s KEY=VAL</arg>
<arg choice="opt">-C</arg>
<arg choice="opt">--share-net <replaceable>name|pid</replaceable></arg>
<arg choice="opt">--share-ipc <replaceable>name|pid</replaceable></arg>
<arg choice="opt">--share-[net|ipc|uts] <replaceable>name|pid</replaceable></arg>
<arg choice="opt">command</arg>
</cmdsynopsis>
</refsynopsisdiv>
...
...
src/lxc/lxc_start.c
View file @
304dc8b3
...
...
@@ -191,9 +191,7 @@ Options :\n\
If not specified, exit with failure instead
\n
\
Note: --daemon implies --close-all-fds
\n
\
-s, --define KEY=VAL Assign VAL to configuration variable KEY
\n
\
--share-net=NAME Share a network namespace with another container or pid
\n
\
--share-ipc=NAME Share an IPC namespace with another container or pid
\n
\
--share-uts=NAME Share a UTS namespace with another container or pid
\n
\
--share-[net|ipc|uts]=NAME Share a namespace with another container or pid
\n
\
"
,
.
options
=
my_longopts
,
.
parser
=
my_parser
,
...
...
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