option "loglevel" l
#~~~~~~~~~~~~~~~~~~
-
-"set loglevel (0-6)"
-
- int typestr="level"
- default="3"
- optional
+"Set loglevel (0-6)"
+int typestr="level"
+default="3"
+optional
+details="
+ Log messages are always written to stderr while normal output
+ goes to stdout. Lower values mean more verbose logging.
+"
option "database-dir" d
#~~~~~~~~~~~~~~~~~~~~~~
to fix.
"
-option "dump_dir" D
+option "dump-dir" D
#~~~~~~~~~~~~~~~~~~
-"If path is non-empty, para_fsck will write a
-dump of all given tables to the specified
-path."
-
- string typestr="path"
- optional
- default=""
+"Enable dump mode"
+string typestr="path"
+optional
+default=""
+details="
+ If path is non-empty, oslfsck will write a dump of all
+ given tables to the specified path.
+"
option "no_fsck" n
#~~~~~~~~~~~~~~~~~
"Disable fsck mode."
-
- flag off
+flag off
+details="
+ This is mainly useful in conjunction with the --dump-dir
+ option.
+"
option "force" f
#~~~~~~~~~~~~~~~
-"Force fsck even if the table is dirty.
-Ignored if -n is given."
-
- flag off
+"Enable force mode"
+flag off
+details="
+ Ignore the dirty bit when opening osl tables.
+"
option "dry_run" -
#~~~~~~~~~~~~~~~~~
"Only report problems, don't try to fix them."
-
- flag off
-
+flag off