X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=fsck.ggo;h=2452e3d92ed3bba52621315f80576addb281a9f8;hp=e863f049d53bc8e5d54902764de4519844b225df;hb=ff1143ae3ce5886309483fae6ac5237ee2802fb0;hpb=12ad4c1a67d9a94ac350750930405b419dc1895d diff --git a/fsck.ggo b/fsck.ggo index e863f04..2452e3d 100644 --- a/fsck.ggo +++ b/fsck.ggo @@ -1,11 +1,13 @@ 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 #~~~~~~~~~~~~~~~~~~~~~~ @@ -18,32 +20,35 @@ details=" 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 +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" - +option "dry-run" - #~~~~~~~~~~~~~~~~~ "Only report problems, don't try to fix them." - - flag off - +flag off