From 82c1474e687f8d30cf58af611090cda5e4ec5e0e Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Mon, 27 Jan 2020 19:44:17 +0000 Subject: virtiofsd: Help message fix for 'seconds' second should be seconds. Reported-by: Christophe de Dinechin Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c index 0801cf7..819c2bc 100644 --- a/tools/virtiofsd/helper.c +++ b/tools/virtiofsd/helper.c @@ -165,7 +165,7 @@ void fuse_cmdline_help(void) " enable/disable readirplus\n" " default: readdirplus except with " "cache=none\n" - " -o timeout= I/O timeout (second)\n" + " -o timeout= I/O timeout (seconds)\n" " default: depends on cache= option.\n" " -o writeback|no_writeback enable/disable writeback cache\n" " default: no_writeback\n" -- cgit v1.1