Commit b1e9981d by Christian Brauner Committed by Stéphane Graber

Add -P lxcpath and --version to lxc-ls manpage

lxc-ls takes -P lxcpath and --version as arguments but it did not specify these options on the manpages. Signed-off-by: 's avatarChristian Brauner <christianvanbrauner@gmail.com>
parent 8392b164
......@@ -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>
......@@ -63,6 +64,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="opt">-F <replaceable>format</replaceable></arg>
<arg choice="opt">--nesting</arg>
<arg choice="opt">filter</arg>
<arg choice="opt">--version</arg>
</cmdsynopsis>
</refsynopsisdiv>
......
......@@ -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>
......@@ -58,6 +59,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<arg choice="opt">-F <replaceable>format</replaceable></arg>
<arg choice="opt">--nesting</arg>
<arg choice="opt">filter</arg>
<arg choice="opt">--version</arg>
</cmdsynopsis>
</refsynopsisdiv>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment