summaryrefslogtreecommitdiff
path: root/bcachefs.c
diff options
context:
space:
mode:
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 a3fe6d8..750e11d 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");
}