From: Qiang Huang Date: Mon, 3 Jun 2013 01:48:13 +0000 (+0800) Subject: lxc-create: fix the typo in help info X-Git-Tag: lxc-1.0.0.alpha1~1^2~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3155e7f954d4b5d7da528d2a3cd8be254432e3c3;p=thirdparty%2Flxc.git 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 Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/bdev.h b/src/lxc/bdev.h index 7b60d953e..4f27ea982 100644 --- a/src/lxc/bdev.h +++ b/src/lxc/bdev.h @@ -1,7 +1,7 @@ #ifndef __LXC_BDEV_H #define __LXC_BDEV_H /* 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 */ diff --git a/src/lxc/lxc_create.c b/src/lxc/lxc_create.c index 9176d1f68..f35a664b5 100644 --- a/src/lxc/lxc_create.c +++ b/src/lxc/lxc_create.c @@ -90,7 +90,7 @@ static struct lxc_arguments my_args = { .help = "\ --name=NAME [-w] [-r] [-t timeout] [-P lxcpath]\n\ \n\ -lxc-creae creates a container\n\ +lxc-create creates a container\n\ \n\ Options :\n\ -n, --name=NAME NAME for name of the container\n\