X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=8ce66ea878c309d96e98e944f21af02670d9060c;hp=787255af51a6441516a3a90f9cbe1e9f79808c1a;hb=7df87a748fae6a9f20d337d79ec83978856f0c48;hpb=aa74a903545250506fd4c29791e6f4aef3a01c41 diff --git a/filter_common.c b/filter_common.c index 787255af..8ce66ea8 100644 --- a/filter_common.c +++ b/filter_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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); } }