summaryrefslogtreecommitdiff
path: root/bcachefs.c
diff options
context:
space:
mode:
authorAlexander Fougner <fougner89@gmail.com>2023-03-08 20:57:50 +0100
committerAlexander Fougner <fougner89@gmail.com>2023-03-08 21:00:51 +0100
commit46ba4fb48ca5ac28f442b74c44ca53196112423f (patch)
tree82eada955cc8f23cd7555bc9fbf8fb8d938a3f6d /bcachefs.c
parent84d11b8745ae134fd26144b565902e8a8c27a9d0 (diff)
Add manpage for mount command
Signed-off-by: Alexander Fougner <fougner89@gmail.com>
Diffstat (limited to 'bcachefs.c')
-rw-r--r--bcachefs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcachefs.c b/bcachefs.c
index 70b950aa..f6148e29 100644
--- a/bcachefs.c
+++ b/bcachefs.c
@@ -35,6 +35,9 @@ static void usage(void)
" show-super Dump superblock information to stdout\n"
" set-option Set a filesystem option\n"
"\n"
+ "Mount:\n"
+ " mount Mount a filesystem\n"
+ "\n"
"Repair:\n"
" fsck Check an existing filesystem for errors\n"
"\n"