]> git.ipfire.org Git - thirdparty/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>
Tue, 10 Nov 2015 18:40:49 +0000 (13:40 -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 63eedc4295900b3ccd0eaba7ec0adae0edf84106..c7834d37cfff27ca5db2b9a4f1dacd13df68df96 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 053fa0f52b2d907a806fbdb5943a646ba90db893..3339bf3df7992e80541e4a7f7dfb2ac01b8e16b8 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>