===========
**ceph-fuse** is a FUSE ("Filesystem in USErspace") client for Ceph
-distributed file system. It will mount a ceph file system specified
-via the -m option or described by ceph.conf (see below) at the
-specific mount point. See `Mount CephFS using FUSE`_ for detailed
-information.
+distributed file system. It will mount a ceph file system specified via the -m
+option or described by ceph.conf (see below) at the specific mount point. See
+`Mount CephFS using FUSE`_ for detailed information.
The file system can be unmounted with::
Connect to specified monitor (instead of looking through ceph.conf).
+.. option:: -n client.{cephx-username}
+
+ Pass the name of CephX user whose secret key is be to used for mounting.
+
.. option:: -k <path-to-keyring>
Provide path to keyring; useful when it's absent in standard locations.