option "loglevel" l #~~~~~~~~~~~~~~~~~~ "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 #~~~~~~~~~~~~~~~~~~~~~~ "Full path to the database directory" string typestr="path" required details=" Unless non-option arguments are given, all subdirectories of \"path\" are considered osl tables which oslfsck will try to fix. " option "dump-dir" D #~~~~~~~~~~~~~~~~~~ "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 details=" This is mainly useful in conjunction with the --dump-dir option. " option "force" f #~~~~~~~~~~~~~~~ "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