There was an error while loading. Please reload this page.
2 parents 845a168 + 5cacc45 commit f780c98Copy full SHA for f780c98
1 file changed
src/ceph_fuse.cc
@@ -81,9 +81,10 @@ static void fuse_usage()
81
void usage()
82
{
83
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"
+"\nusage: ceph-fuse [-n client.username] [-m mon-ip-addr:mon-port] [--client_fs <fsname>] [--client_mountpoint/-r <sub_directory>] <mount point> [OPTIONS]\n\n"
+
+" --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"
88
"\n";
89
fuse_usage();
90
generic_client_usage();
0 commit comments