]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo.c
Build receivers, filters and writers without -h and -V support.
[paraslash.git] / ggo.c
diff --git a/ggo.c b/ggo.c
index 7f8eb760b49d0d72d01f284d852dc419c4c042ca..e3aa5794cee33815e7c04e1fd033a9a7c34bf244 100644 (file)
--- a/ggo.c
+++ b/ggo.c
@@ -46,7 +46,6 @@ void ggo_print_help(struct ggo_help *help, int detailed_help)
                p = help->short_help;
        if (!p)
                return;
-       p += 3; /* skip -h and -V */
        for (; *p; p++)
                printf_or_die("\t%s\n", *p);
 }