File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,10 @@ static void fuse_usage()
8181void usage ()
8282{
8383 cout <<
84- " usage: ceph-fuse [-n client.username] [-m mon-ip-addr:mon-port] <mount point> [OPTIONS]\n "
85- " --client_mountpoint/-r <sub_directory>\n "
86- " use sub_directory as the mounted root, rather than the full Ceph tree.\n "
84+ " \n usage: ceph-fuse [-n client.username] [-m mon-ip-addr:mon-port] [--client_fs <fsname>] [--client_mountpoint/-r <sub_directory>] <mount point> [OPTIONS]\n\n "
85+
86+ " --client_mountpoint/-r: use sub_directory as the mounted root, rather than the full CephFS tree.\n "
87+ " --client_fs: named file system to mount (default: usually the first file system created).\n "
8788" \n " ;
8889 fuse_usage ();
8990 generic_client_usage ();
You can’t perform that action at this time.
0 commit comments