From: Sitsofe Wheeler Date: Fri, 23 Jun 2017 05:40:54 +0000 (+0100) Subject: init: update --crctest help syntax X-Git-Tag: fio-2.99~30 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;ds=sidebyside;h=1a1822bf86cd021a8529fdd0998af95b6fda59bf;p=fio.git init: update --crctest help syntax Signed-off-by: Sitsofe Wheeler --- diff --git a/init.c b/init.c index 934b9d7c..a4b5adb8 100644 --- a/init.c +++ b/init.c @@ -2022,7 +2022,7 @@ static void usage(const char *name) printf(" --version\t\tPrint version info and exit\n"); printf(" --help\t\tPrint this page\n"); printf(" --cpuclock-test\tPerform test/validation of CPU clock\n"); - printf(" --crctest=type\tTest speed of checksum functions\n"); + printf(" --crctest=[type]\tTest speed of checksum functions\n"); printf(" --cmdhelp=cmd\t\tPrint command help, \"all\" for all of" " them\n"); printf(" --enghelp=engine\tPrint ioengine help, or list"