mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 23:52:30 +00:00
doc: change "-t" option of lxc-create(1) to being required
* 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>
This commit is contained in:
parent
3e892287ba
commit
fb26e957f1
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user