projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b651b80
)
virtiofsd: Help message fix for 'seconds'
author
Dr. David Alan Gilbert
<dgilbert@redhat.com>
Mon, 27 Jan 2020 19:44:17 +0000
(19:44 +0000)
committer
Dr. David Alan Gilbert
<dgilbert@redhat.com>
Fri, 21 Feb 2020 12:53:17 +0000
(12:53 +0000)
second should be seconds.
Reported-by: Christophe de Dinechin <dinechin@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/helper.c
patch
|
blob
|
history
diff --git
a/tools/virtiofsd/helper.c
b/tools/virtiofsd/helper.c
index 0801cf752cf41180bc8006a52c819ebe8f02b2e4..819c2bc13cf7c23c2876f175104bd0a5e8f72d12 100644
(file)
--- 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 (second
s
)\n"
" default: depends on cache= option.\n"
" -o writeback|no_writeback enable/disable writeback cache\n"
" default: no_writeback\n"