X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=33ef8be60d0a5fa04e2acd4d21f9b9ad7fc75d2a;hp=b61b938459e447294024190b61cc091489660b32;hb=b3644a3f5de245609dc608a947ed71e2f75b2fd5;hpb=aa74a903545250506fd4c29791e6f4aef3a01c41 diff --git a/write_common.c b/write_common.c index b61b9384..33ef8be6 100644 --- a/write_common.c +++ b/write_common.c @@ -136,7 +136,8 @@ void print_writer_helps(unsigned flags) if (!w->help.short_help) continue; - printf_or_die("\nOptions for %s:", writer_names[i]); + printf_or_die("\n%s: %s", writer_names[i], + w->help.purpose); ggo_print_help(&w->help, flags); } }