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-3.0.0.beta1~197^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1903%2Fhead;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 181ee7d92..f791f7995 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",