]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Cosmetic: shorten the options summary in documentation 92/head
authorMarek Majkowski <marek@cloudflare.com>
Wed, 13 Nov 2013 15:04:27 +0000 (07:04 -0800)
committerMarek Majkowski <marek@cloudflare.com>
Wed, 13 Nov 2013 15:04:27 +0000 (07:04 -0800)
doc/lxc-start.sgml.in
src/lxc/lxc_start.c

index 766a4ec2b760024be308ed1a57dfa09b11a5c49e..07f9845b8701c89b55d0fc86c054d99392715ea0 100644 (file)
@@ -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>
index 02867fb2e09a9f4b9cdc1743b18728f4716c0faa..33f2fe5ab03b184b0b1277c258ca1efcd7b1e3b4 100644 (file)
@@ -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,