[lxc-devel] [PATCH 2/3] lxc-create: fix the typo in help info

Qiang Huang h.huangqiang at huawei.com
Mon Jun 3 01:48:13 UTC 2013


Fix typo in help info of lxc-create, and get rid of duplicate
comments in bdev.h

Signed-off-by: Qiang Huang <h.huangqiang at huawei.com>
---
 src/lxc/bdev.h       | 2 +-
 src/lxc/lxc_create.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lxc/bdev.h b/src/lxc/bdev.h
index 7b60d95..4f27ea9 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 9176d1f..f35a664 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\
-- 
1.8.2.2






More information about the lxc-devel mailing list