From 02f0965054f5003bd4539273ee46d1a8d6284666 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 16 Aug 2025 17:52:58 -0400 Subject: [PATCH] document bcachefs format --version Signed-off-by: Kent Overstreet --- c_src/cmd_format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c_src/cmd_format.c b/c_src/cmd_format.c index 841a7913..dfd54259 100644 --- a/c_src/cmd_format.c +++ b/c_src/cmd_format.c @@ -67,6 +67,7 @@ static void format_usage(void) " -L, --fs_label=label\n" " -U, --uuid=uuid\n" " --superblock_size=size\n" + " --version=version Create filesystem with specified on disk format version instead of the latest\n" " --source=path Initialize the bcachefs filesystem from this root directory\n" "\n" "Device specific options:");