]> git.proxmox.com Git - mirror_lxc.git/commitdiff
doc: change "-t" option of lxc-create(1) to being required
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Wed, 26 Nov 2014 07:20:54 +0000 (16:20 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 26 Nov 2014 15:33:25 +0000 (10:33 -0500)
* fix "reg" to "req" in English (fix for commit b8683fe)
* change "opt" to "req" in Japanese

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
doc/ja/lxc-create.sgml.in
doc/lxc-create.sgml.in

index 2848845a7becc5c9fd1c121da3960998c6dd6e15..4525817f0904aefd14fe0cb92cbd4d744b47f9f1 100644 (file)
@@ -57,7 +57,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
       <command>lxc-create</command>
       <arg choice="req">-n <replaceable>name</replaceable></arg>
       <arg choice="opt">-f <replaceable>config_file</replaceable></arg>
-      <arg choice="opt">-t <replaceable>template</replaceable></arg>
+      <arg choice="req">-t <replaceable>template</replaceable></arg>
       <arg choice="opt">-B <replaceable>backingstore</replaceable></arg>
       <arg choice="opt">-- <replaceable>template-options</replaceable></arg>
     </cmdsynopsis>
index da32bb744ec2a5e052f7b94898b2040d23a98582..683067bd2dac2994e469eba26297238953aeef1e 100644 (file)
@@ -51,7 +51,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
       <command>lxc-create</command>
       <arg choice="req">-n <replaceable>name</replaceable></arg>
       <arg choice="opt">-f <replaceable>config_file</replaceable></arg>
-      <arg choice="reg">-t <replaceable>template</replaceable></arg>
+      <arg choice="req">-t <replaceable>template</replaceable></arg>
       <arg choice="opt">-B <replaceable>backingstore</replaceable></arg>
       <arg choice="opt">-- <replaceable>template-options</replaceable></arg>
     </cmdsynopsis>