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

update for commit e447a8a706

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
KATOH Yasufumi 2014-03-11 15:18:03 +09:00 committed by Stéphane Graber
parent 1bc1269ba5
commit 9111aa7932

View File

@ -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
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@ [
@ -175,6 +178,35 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</para>
</listitem>
</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>
</refsect1>