]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add -P lxcpath and --version to lxc-ls manpage
authorChristian Brauner <christianvanbrauner@gmail.com>
Sat, 1 Aug 2015 14:54:30 +0000 (16:54 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 13 Aug 2015 19:59:14 +0000 (15:59 -0400)
lxc-ls takes -P lxcpath and --version as arguments but it did not specify these
options on the manpages.

Signed-off-by: Christian Brauner <christianvanbrauner@gmail.com>
doc/ja/lxc-ls.sgml.in
doc/lxc-ls.sgml.in

index bc3d6c6348d4a2595ee1cf8577217f9ba260c6f1..d5ff6fe6f6a8cdb7b0f73ae7725542dd8c6b3c4b 100644 (file)
@@ -55,6 +55,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
     <cmdsynopsis>
       <command>lxc-ls</command>
       <arg choice="opt">-1</arg>
+      <arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">--active</arg>
       <arg choice="opt">--frozen</arg>
       <arg choice="opt">--running</arg>
@@ -64,6 +65,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <arg choice="opt">-g <replaceable>groups</replaceable></arg>
       <arg choice="opt">--nesting</arg>
       <arg choice="opt">filter</arg>
+      <arg choice="opt">--version</arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
index b2125b9c9fe414de0befa2df41fc02c9c82c3dad..fbeb163c22a9723a54f98eb97c2fcc99170ad996 100644 (file)
@@ -50,6 +50,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
     <cmdsynopsis>
       <command>lxc-ls</command>
       <arg choice="opt">-1</arg>
+      <arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
       <arg choice="opt">--active</arg>
       <arg choice="opt">--frozen</arg>
       <arg choice="opt">--running</arg>
@@ -59,6 +60,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <arg choice="opt">-g <replaceable>groups</replaceable></arg>
       <arg choice="opt">--nesting</arg>
       <arg choice="opt">filter</arg>
+      <arg choice="opt">--version</arg>
     </cmdsynopsis>
   </refsynopsisdiv>