audiod: Update --no_default_filters help text.
[paraslash.git] / ggo / fsck.m4
1 include(header.m4)
2 include(loglevel.m4)
3
4 <qu>
5 option "base_dir" b
6 #~~~~~~~~~~~~~~~~~~
7 "Full path to the database directory
8 containing the table(s) to be checked.
9 (default='~/.paraslash/afs_database'"
10
11         string typestr="path"
12         optional
13
14 option "dump_dir" d
15 #~~~~~~~~~~~~~~~~~~
16 "If path is non-empty, para_fsck will write a
17 dump of all given tables to the specified
18 path."
19
20         string typestr="path"
21         optional
22         default=""
23
24 option "no_fsck" n
25 #~~~~~~~~~~~~~~~~~
26 "Disable fsck mode."
27
28         flag off
29
30 option "force" f
31 #~~~~~~~~~~~~~~~
32 "Force fsck even if the table is dirty.
33 Ignored if -n is given."
34
35         flag off
36
37 option "dry_run" -
38 #~~~~~~~~~~~~~~~~~
39 "Only report problems, don't try to fix them."
40
41         flag off
42
43 </qu>