]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - filter_common.c
Merge branch 't/remove_sb_compat'
[paraslash.git] / filter_common.c
index 787255af51a6441516a3a90f9cbe1e9f79808c1a..2616c9bdfc940a3415ef6e5abd3a446d4e859b7e 100644 (file)
@@ -122,7 +122,8 @@ void print_filter_helps(unsigned flags)
 
                if (!f->help.short_help)
                        continue;
-               printf_or_die("\nOptions for %s:", f->name);
+               printf_or_die("\nOptions for %s (%s):", f->name,
+                       f->help.purpose);
                ggo_print_help(&f->help, flags);
        }
 }