diff options
Diffstat (limited to 'bcachefs.c')
-rw-r--r-- | bcachefs.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"); } |