From 7a574be986bf433b7f06a3a82f4b81d430dfe17e Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Mon, 5 Mar 2018 11:47:42 +0530 Subject: [PATCH] doc: Fix -d description in ceph-fuse Fixes: http://tracker.ceph.com/issues/23214 Signed-off-by: Jos Collin --- doc/man/8/ceph-fuse.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index fffa7c0ee4e96..c16f7a32fbfb4 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -35,11 +35,11 @@ Any options not recognized by ceph-fuse will be passed on to libfuse. .. option:: -o opt,[opt...] - mount options. + Mount options. .. option:: -d - Detach from console and daemonize after startup. + Run in foreground, send all log otuput to stderr and enable FUSE debugging (-o debug). .. option:: -c ceph.conf, --conf=ceph.conf -- 2.39.5