summaryrefslogtreecommitdiff
path: root/bcachefs.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-08-08 17:42:16 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-08-08 20:29:57 -0400
commit9d26fad2940cbf1d6838849085c9e6cf932a1c8d (patch)
treec49ef6eced045d3610a727f2f1b953029355057e /bcachefs.c
parent15b24c732749339e3f65f030e7e68624b1b4bfbd (diff)
fuse: Update for snapshots
cmd_fusermount.c builds again Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'bcachefs.c')
-rw-r--r--bcachefs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bcachefs.c b/bcachefs.c
index a3fe6d82..750e11db 100644
--- a/bcachefs.c
+++ b/bcachefs.c
@@ -84,6 +84,7 @@ static void usage(void)
"\n"
"Commands for operating on files in a bcachefs filesystem:\n"
" setattr Set various per file attributes\n"
+ "\n"
"Debug:\n"
"These commands work on offline, unmounted filesystems\n"
" dump Dump filesystem metadata to a qcow2 image\n"
@@ -92,6 +93,9 @@ static void usage(void)
#endif
" list_journal List contents of journal\n"
"\n"
+ "FUSE:\n"
+ " fusemount Mount a filesystem via FUSE\n"
+ "\n"
"Miscellaneous:\n"
" version Display the version of the invoked bcachefs tool\n");
}