From 1a1822bf86cd021a8529fdd0998af95b6fda59bf Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Fri, 23 Jun 2017 06:40:54 +0100 Subject: [PATCH] init: update --crctest help syntax Signed-off-by: Sitsofe Wheeler --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1