]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - man_util.bash
Convert receivers to lopsub.
[paraslash.git] / man_util.bash
index 687acaab5510dab25cc83a2e65b319359d85b3d0..38ed86c8eef2083cc89907cdbba4de619a8ccb0c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Receivers, filters, writers are called "modules" in this script
+# filters, 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" == 'recv' || "$target" == 'audiod' ]]; then
-               for module in $RECEIVERS; do
-                       ggo="$GGO_DIR/${module}_recv.ggo"
-                       [[ ! -f "$ggo" ]] && continue
-                       printf "\nOptions for the $module receiver"
-                       print_modhelp "$ggo"
-               done
-       fi
        if [[ "$target" == 'filter' || "$target" == 'audiod' ]]; then
                for module in $FILTERS; do
                        ggo="$GGO_DIR/${module}_filter.ggo"