From: Jaanus Torp Date: Wed, 1 Nov 2023 10:23:47 +0000 (+0200) Subject: doc/cephfs: edit mount-using-fuse.rst X-Git-Tag: v18.2.1~34^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=660142626ec4fa6bfb989caa1b6242a65f959688;p=ceph.git doc/cephfs: edit mount-using-fuse.rst Fixes missing dash that lead to unnecessary debugging. Signed-off-by: Jaanus Torp (cherry picked from commit 9fcb98411bfeb9147f61bef4424a78d98c63cadc) --- diff --git a/doc/cephfs/mount-using-fuse.rst b/doc/cephfs/mount-using-fuse.rst index bd098dc91de32..f3ac054c9be15 100644 --- a/doc/cephfs/mount-using-fuse.rst +++ b/doc/cephfs/mount-using-fuse.rst @@ -28,7 +28,7 @@ To FUSE-mount the Ceph file system, use the ``ceph-fuse`` command:: mkdir /mnt/mycephfs ceph-fuse --id foo /mnt/mycephfs -Option ``-id`` passes the name of the CephX user whose keyring we intend to +Option ``--id`` passes the name of the CephX user whose keyring we intend to use for mounting CephFS. In the above command, it's ``foo``. You can also use ``-n`` instead, although ``--id`` is evidently easier::