From: Jos Collin Date: Fri, 24 Nov 2017 12:32:46 +0000 (+0530) Subject: mount.fuse.ceph: Fix typo X-Git-Tag: v13.0.1~92^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=33cd831c91da8361d6ac36f46aeae7bd26208762;p=ceph.git mount.fuse.ceph: Fix typo Fixed typos in the help of mount.fuse.ceph. Signed-off-by: Jos Collin --- diff --git a/src/mount.fuse.ceph b/src/mount.fuse.ceph index 5c65ddca01ae..87349a0ab08d 100755 --- a/src/mount.fuse.ceph +++ b/src/mount.fuse.ceph @@ -11,11 +11,11 @@ none /mnt/ceph fuse.ceph ceph.id=myuser,ceph.conf=/etc/ceph/foo.conf,_netd ceph-fuse options are specified in the fs_mntops(4) column and must begin with 'ceph.' prefix. This way ceph related fs options will be passed to ceph-fuse and others will be ignored by ceph-fuse. -First two examples above, for example, speficy that ceph-fuse will authenticate -as client.admin. Third example specify, that ceph-fuse will authenticate as + +The first two examples above specify that ceph-fuse will authenticate +as client.admin. The third example specify that ceph-fuse will authenticate as client.myuser and also sets 'conf' option to '/etc/ceph/foo.conf' via ceph-fuse -command line. -Any valid ceph-fuse options can be passed this way. +command line. Any valid ceph-fuse options can be passed this way. NOTE: Old format is also supported