X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fdoc%2Fcephfs%2Fmount-using-fuse.rst;h=f3ac054c9be15d8a55c22e01e04f6000dd53ffa0;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=bd098dc91de32fc2505aa8a7e0a259b8f54a1dc6;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/doc/cephfs/mount-using-fuse.rst b/ceph/doc/cephfs/mount-using-fuse.rst index bd098dc91..f3ac054c9 100644 --- a/ceph/doc/cephfs/mount-using-fuse.rst +++ b/ceph/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::