From: Christian Brauner Date: Mon, 6 Nov 2017 11:54:06 +0000 (+0100) Subject: tools: fix help output of lxc-create X-Git-Tag: lxc-2.0.10~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b0967bbfda8a6f6779f626865907eea8bbc2c3;p=thirdparty%2Flxc.git tools: fix help output of lxc-create Closes #1899. Signed-off-by: Christian Brauner --- 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",