mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 19:29:15 +00:00
lxc-create: fix the typo in help info
Fix typo in help info of lxc-create, and get rid of duplicate comments in bdev.h Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
63c3090c91
commit
3155e7f954
@ -1,7 +1,7 @@
|
|||||||
#ifndef __LXC_BDEV_H
|
#ifndef __LXC_BDEV_H
|
||||||
#define __LXC_BDEV_H
|
#define __LXC_BDEV_H
|
||||||
/* blockdev operations for:
|
/* blockdev operations for:
|
||||||
* dir, raw, btrfs, overlayfs, aufs, lvm, loop, zfs, btrfs
|
* dir, raw, btrfs, overlayfs, aufs, lvm, loop, zfs
|
||||||
* someday: qemu-nbd, qcow2, qed
|
* someday: qemu-nbd, qcow2, qed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ static struct lxc_arguments my_args = {
|
|||||||
.help = "\
|
.help = "\
|
||||||
--name=NAME [-w] [-r] [-t timeout] [-P lxcpath]\n\
|
--name=NAME [-w] [-r] [-t timeout] [-P lxcpath]\n\
|
||||||
\n\
|
\n\
|
||||||
lxc-creae creates a container\n\
|
lxc-create creates a container\n\
|
||||||
\n\
|
\n\
|
||||||
Options :\n\
|
Options :\n\
|
||||||
-n, --name=NAME NAME for name of the container\n\
|
-n, --name=NAME NAME for name of the container\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user