summaryrefslogtreecommitdiffstats
path: root/tools/virtiofsd
diff options
context:
space:
mode:
authorDr. David Alan Gilbert2020-01-27 20:44:17 +0100
committerDr. David Alan Gilbert2020-02-21 13:53:17 +0100
commit82c1474e687f8d30cf58af611090cda5e4ec5e0e (patch)
treecf28148ddef1321cb7b3d3c6e632d4da2d4cbee0 /tools/virtiofsd
parentMerge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re... (diff)
downloadqemu-82c1474e687f8d30cf58af611090cda5e4ec5e0e.tar.gz
qemu-82c1474e687f8d30cf58af611090cda5e4ec5e0e.tar.xz
qemu-82c1474e687f8d30cf58af611090cda5e4ec5e0e.zip
virtiofsd: Help message fix for 'seconds'
second should be seconds. Reported-by: Christophe de Dinechin <dinechin@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'tools/virtiofsd')
-rw-r--r--tools/virtiofsd/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtiofsd/helper.c b/tools/virtiofsd/helper.c
index 0801cf752c..819c2bc13c 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=<number> I/O timeout (second)\n"
+ " -o timeout=<number> I/O timeout (seconds)\n"
" default: depends on cache= option.\n"
" -o writeback|no_writeback enable/disable writeback cache\n"
" default: no_writeback\n"