X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.c;fp=ggo.c;h=e3aa5794cee33815e7c04e1fd033a9a7c34bf244;hp=7f8eb760b49d0d72d01f284d852dc419c4c042ca;hb=533b0303c27fb9ba098bb72e30f41f0939b2dbd2;hpb=b59a3c4131a7cd0da2a4364f6bf29b005400f77b diff --git a/ggo.c b/ggo.c index 7f8eb760..e3aa5794 100644 --- 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); }