From 15b0967bbfda8a6f6779f626865907eea8bbc2c3 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 6 Nov 2017 12:54:06 +0100 Subject: [PATCH] tools: fix help output of lxc-create Closes #1899. Signed-off-by: Christian Brauner --- src/lxc/tools/lxc_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/tools/lxc_create.c b/src/lxc/tools/lxc_create.c index d1486e409..e34db8639 100644 --- a/src/lxc/tools/lxc_create.c +++ b/src/lxc/tools/lxc_create.c @@ -163,7 +163,7 @@ Options :\n\ \n\ BDEV options for LVM or Loop (with -B/--bdev lvm/loop) :\n\ --fstype=TYPE Create fstype TYPE\n\ - (Default: ext3)\n\ + (Default: ext4)\n\ --fssize=SIZE[U] Create filesystem of\n\ size SIZE * unit U (bBkKmMgGtT)\n\ (Default: 1G, default unit: M)\n", -- 2.47.2