Skip to content

Commit

Permalink
Merge PR ceph#58847 into main
Browse files Browse the repository at this point in the history
* refs/pull/58847/head:
	ceph-fuse: Improve fuse mount usage message

Reviewed-by: Patrick Donnelly <[email protected]>
Reviewed-by: Rishabh Dave <[email protected]>
  • Loading branch information
vshankar committed Nov 5, 2024
2 parents 3f1b0fe + 7cd6024 commit 4e355ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ceph_fuse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ static void fuse_usage()
void usage()
{
cout <<
"usage: ceph-fuse [-n client.username] [-m mon-ip-addr:mon-port] <mount point> [OPTIONS]\n"
" --client_mountpoint/-r <sub_directory>\n"
" 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"
" --client_fs: named file system to mount (default: usually the first file system created).\n"
"\n";
fuse_usage();
generic_client_usage();
Expand Down

0 comments on commit 4e355ce

Please sign in to comment.