]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: edit mount-using-fuse.rst 54353/head
authorJaanus Torp <jaanus@saun.ee>
Wed, 1 Nov 2023 10:23:47 +0000 (12:23 +0200)
committerZac Dover <zac.dover@proton.me>
Mon, 6 Nov 2023 05:10:19 +0000 (15:10 +1000)
Fixes missing dash that lead to unnecessary debugging.

Signed-off-by: Jaanus Torp <jaanus@saun.ee>
(cherry picked from commit 9fcb98411bfeb9147f61bef4424a78d98c63cadc)

doc/cephfs/mount-using-fuse.rst

index bd098dc91de32fc2505aa8a7e0a259b8f54a1dc6..f3ac054c9be15d8a55c22e01e04f6000dd53ffa0 100644 (file)
@@ -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::