From 660142626ec4fa6bfb989caa1b6242a65f959688 Mon Sep 17 00:00:00 2001 From: Jaanus Torp Date: Wed, 1 Nov 2023 12:23:47 +0200 Subject: [PATCH] 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) --- doc/cephfs/mount-using-fuse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephfs/mount-using-fuse.rst b/doc/cephfs/mount-using-fuse.rst index bd098dc91de..f3ac054c9be 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:: -- 2.39.5