diff mbox series

[PULL,1/6] virtiofsd: Help message fix for 'seconds'

Message ID 20200221132536.38364-2-dgilbert@redhat.com
State New
Headers show
Series [PULL,1/6] virtiofsd: Help message fix for 'seconds' | expand

Commit Message

Dr. David Alan Gilbert Feb. 21, 2020, 1:25 p.m. UTC
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"