mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-13 09:06:23 +00:00
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: Christian Brauner <christianvanbrauner@gmail.com>
This commit is contained in:
parent
d6417887b9
commit
a4cd509bd8
@ -55,6 +55,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
|
|||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>lxc-ls</command>
|
<command>lxc-ls</command>
|
||||||
<arg choice="opt">-1</arg>
|
<arg choice="opt">-1</arg>
|
||||||
|
<arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
|
||||||
<arg choice="opt">--active</arg>
|
<arg choice="opt">--active</arg>
|
||||||
<arg choice="opt">--frozen</arg>
|
<arg choice="opt">--frozen</arg>
|
||||||
<arg choice="opt">--running</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">-g <replaceable>groups</replaceable></arg>
|
||||||
<arg choice="opt">--nesting</arg>
|
<arg choice="opt">--nesting</arg>
|
||||||
<arg choice="opt">filter</arg>
|
<arg choice="opt">filter</arg>
|
||||||
|
<arg choice="opt">--version</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
|
|||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>lxc-ls</command>
|
<command>lxc-ls</command>
|
||||||
<arg choice="opt">-1</arg>
|
<arg choice="opt">-1</arg>
|
||||||
|
<arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
|
||||||
<arg choice="opt">--active</arg>
|
<arg choice="opt">--active</arg>
|
||||||
<arg choice="opt">--frozen</arg>
|
<arg choice="opt">--frozen</arg>
|
||||||
<arg choice="opt">--running</arg>
|
<arg choice="opt">--running</arg>
|
||||||
@ -64,6 +65,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
|
|||||||
<arg choice="opt">-g <replaceable>groups</replaceable></arg>
|
<arg choice="opt">-g <replaceable>groups</replaceable></arg>
|
||||||
<arg choice="opt">--nesting</arg>
|
<arg choice="opt">--nesting</arg>
|
||||||
<arg choice="opt">filter</arg>
|
<arg choice="opt">filter</arg>
|
||||||
|
<arg choice="opt">--version</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
@ -50,6 +50,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>lxc-ls</command>
|
<command>lxc-ls</command>
|
||||||
<arg choice="opt">-1</arg>
|
<arg choice="opt">-1</arg>
|
||||||
|
<arg choice="opt">-P <replaceable>lxcpath</replaceable></arg>
|
||||||
<arg choice="opt">--active</arg>
|
<arg choice="opt">--active</arg>
|
||||||
<arg choice="opt">--frozen</arg>
|
<arg choice="opt">--frozen</arg>
|
||||||
<arg choice="opt">--running</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">-g <replaceable>groups</replaceable></arg>
|
||||||
<arg choice="opt">--nesting</arg>
|
<arg choice="opt">--nesting</arg>
|
||||||
<arg choice="opt">filter</arg>
|
<arg choice="opt">filter</arg>
|
||||||
|
<arg choice="opt">--version</arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user