diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-01-27 19:44:17 +0000 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2020-02-21 12:53:17 +0000 |
commit | 82c1474e687f8d30cf58af611090cda5e4ec5e0e (patch) | |
tree | cf28148ddef1321cb7b3d3c6e632d4da2d4cbee0 /tools | |
parent | b651b80822fa8cb66ca30087ac7fbc75507ae5d2 (diff) |
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')
-rw-r--r-- | tools/virtiofsd/helper.c | 2 |
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" |