Commit 35a92cd7 by KATOH Yasufumi

doc: Update Japanese lxc-ls(1)

add "--defined" option Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp>
parent e71b47b2
...@@ -60,6 +60,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -60,6 +60,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<arg choice="opt">--frozen</arg> <arg choice="opt">--frozen</arg>
<arg choice="opt">--running</arg> <arg choice="opt">--running</arg>
<arg choice="opt">--stopped</arg> <arg choice="opt">--stopped</arg>
<arg choice="opt">--defined</arg>
<arg choice="opt">-f</arg> <arg choice="opt">-f</arg>
<arg choice="opt">-F <replaceable>format</replaceable></arg> <arg choice="opt">-F <replaceable>format</replaceable></arg>
<arg choice="opt">-g <replaceable>groups</replaceable></arg> <arg choice="opt">-g <replaceable>groups</replaceable></arg>
...@@ -154,6 +155,20 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -154,6 +155,20 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<varlistentry> <varlistentry>
<term> <term>
<option>--defined</option>
</term>
<listitem>
<para>
<!--
List only defined containers.
-->
定義済みのコンテナ (設定ファイルが存在するコンテナ) のみを表示します。
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-f,--fancy</option> <option>-f,--fancy</option>
</term> </term>
<listitem> <listitem>
......
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