From 967279231a9ecfa99f26694a954afc535c63db1d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 13 Aug 2008 14:42:41 +0200 Subject: Synchronize invert flag order with manpages Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libip6t_mh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libip6t_mh.c') diff --git a/extensions/libip6t_mh.c b/extensions/libip6t_mh.c index a6cd5622..cc7476e5 100644 --- a/extensions/libip6t_mh.c +++ b/extensions/libip6t_mh.c @@ -62,7 +62,7 @@ static void mh_help(void) { printf( "mh match options:\n" -" --mh-type [!] type[:type] match mh type\n"); +"[!] --mh-type type[:type] match mh type\n"); print_types_all(); } -- cgit v1.2.3