Skip to content

Commit

Permalink
doc: Add the rename option to lxc-clone(1) in Korean manual
Browse files Browse the repository at this point in the history
Update for commit 585f3c6

Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
ysbnim authored and stgraber committed Sep 21, 2015
1 parent b7349f1 commit 0a05624
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/ko/lxc-clone.sgml.in
Expand Up @@ -64,6 +64,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<arg choice="opt">-L <replaceable>fssize</replaceable></arg>
<arg choice="opt">-p <replaceable>lxcpath</replaceable></arg>
<arg choice="opt">-P <replaceable>newlxcpath</replaceable></arg>
<arg choice="opt">-R </arg>
<arg choice="req">-o <replaceable>orig</replaceable></arg>
<arg choice="req">-n <replaceable>new</replaceable></arg>
<arg choice="opt">-- hook arguments</arg>
Expand All @@ -78,6 +79,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<arg choice="opt">-L <replaceable>fssize</replaceable></arg>
<arg choice="opt">-p <replaceable>lxcpath</replaceable></arg>
<arg choice="opt">-P <replaceable>newlxcpath</replaceable></arg>
<arg choice="opt">-R </arg>
<arg choice="req">orig</arg>
<arg choice="req">new</arg>
<arg choice="opt">-- hook arguments</arg>
Expand Down Expand Up @@ -267,6 +269,22 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>

<varlistentry>
<term>
<option>-R, --rename</option>
</term>
<listitem>
<para>
<!--
Rename an existing container.
<replaceable>orig</replaceable> is renamed <replaceable>new</replaceable>.
-->
컨테이너의 이름을 변경한다. <replaceable>orig</replaceable>를 <replaceable>new</replaceable>로 이름을 바꾼다.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term>

<option>-o, --orig <replaceable>orig</replaceable></option>
</term>
<listitem>
Expand Down

0 comments on commit 0a05624

Please sign in to comment.