Commit 184072bc by KATOH Yasufumi Committed by Stéphane Graber

doc: Update Japanese lxc-autostart(1) for -a and -g options

parent f2d2fe24
...@@ -21,6 +21,9 @@ You should have received a copy of the GNU Lesser General Public ...@@ -21,6 +21,9 @@ You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Translated into Japanese
by KATOH Yasufumi <karma at jazz.email.ne.jp>
--> -->
<!DOCTYPE refentry PUBLIC @docdtd@ [ <!DOCTYPE refentry PUBLIC @docdtd@ [
...@@ -175,6 +178,35 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -175,6 +178,35 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>
<option>-g,--group <replaceable>GROUP</replaceable></option>
</term>
<listitem>
<para>
<!--
Comma separate list of groups to select
(defaults to those without a lxc.group).
-->
対象にするコンテナのグループのカンマ区切りのリスト (デフォルトでは lxc.group 指定のないコンテナが対象になります).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>-a,--all</option>
</term>
<listitem>
<para>
<!--
Ignore lxc.group and select all auto-started containers.
-->
lxc.group の指定を無視して,自動起動が設定されているコンテナを全て選択します.
</para>
</listitem>
</varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
......
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