From 30f82f5613bbc60ed2d2b08e32c68dd8065630b7 Mon Sep 17 00:00:00 2001 From: CismonX Date: Fri, 27 Jun 2025 13:24:31 +0800 Subject: [PATCH] doc: update doc for the `-h` and `-V` options --- doc/bookmarkfs.texi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/bookmarkfs.texi b/doc/bookmarkfs.texi index 7ada997..66fb385 100644 --- a/doc/bookmarkfs.texi +++ b/doc/bookmarkfs.texi @@ -302,8 +302,16 @@ Stay in the foreground, do not daemonize. @item -h Print help text, and then exit. +If also given the @option{-o backend=@var{name}} option, +print help text of the corresponding backend. +This also applies to @command{fsck.bookmarkfs} and @command{mkfs.bookmarkfs}. + @item -V Print version and feature information, and then exit. + +If also given the @option{-o backend=@var{name}} option, +print version information of the corresponding backend. +This also applies to @command{fsck.bookmarkfs} and @command{mkfs.bookmarkfs}. @end table Unrecognized options specified with @option{-o} are passed to libfuse @@ -481,8 +489,14 @@ Also @pxref{Disabling Landlock}. @item -h Print help text, and then exit. +If also given the @option{-o handler=@var{name}} option, +print help text of the corresponding fsck handler. + @item -V Print version and feature information, and then exit. + +If also given the @option{-o handler=@var{name}} option, +print version information of the corresponding fsck handler. @end table