X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=man_util.bash;h=2a12737e9a3768fa66872249baa1def89f01e2c6;hb=4adde8dae3317fa83b81e7a860c9ed9133e99bb0;hp=38ed86c8eef2083cc89907cdbba4de619a8ccb0c;hpb=44779382f0699be6b8daeeb25e7e1a2c40116d4b;p=paraslash.git diff --git a/man_util.bash b/man_util.bash index 38ed86c8..2a12737e 100755 --- a/man_util.bash +++ b/man_util.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# filters, writers are called "modules" in this script +# writers are called "modules" in this script print_modhelp() { local ggo="$1" @@ -39,14 +39,6 @@ make_help() --set-package "para_$1" \ < "$ggo" - if [[ "$target" == 'filter' || "$target" == 'audiod' ]]; then - for module in $FILTERS; do - ggo="$GGO_DIR/${module}_filter.ggo" - [[ ! -f "$ggo" ]] && continue - printf "\nOptions for the $module filter" - print_modhelp "$ggo" - done - fi if [[ "$target" == 'write' || "$target" == 'audiod' ]]; then for module in $WRITERS; do ggo="$GGO_DIR/${module}_write.ggo"