X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=select.ggo;fp=select.ggo;h=99ed13370180c3abff5bed37f3f7380f06c18ad4;hp=6384c39f3cd97f3ad63347d4d16aecaac3746dad;hb=63cf7c8fbf05a53b58e1de1116ec2660b9cb7801;hpb=4ab31b4091f396b554b001629a5df61c432c8bbc diff --git a/select.ggo b/select.ggo index 6384c39..99ed133 100644 --- a/select.ggo +++ b/select.ggo @@ -47,6 +47,28 @@ details=" except global_summary (which outputs only one single line). " +option "pattern" p +#~~~~~~~~~~~~~~~~~ +"only consider matching directories" +string typestr="regex" +optional +details=" + Regular expression that must match the directory name for + the directory to be considered for the output of the query. + See regex(7) for details. + + Depending on whether --print-base-dir is given, the absolute + directory name or only the part of the directory name below + the base directory is matched against \"regex\". + + If this option is not given (the default) all directories + are taken into account. + + If \"regex\" starts with '!', directories are matched against + the remaining part of \"regex\" and the sense of matching is + reversed. +" + option "header" H #~~~~~~~~~~~~~~~~ "use a customized header for listings/summaries"