]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/cephfs/mount-using-fuse.rst
update ceph source to reef 18.2.1
[ceph.git] / ceph / 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::