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_frag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libip6t_frag.c') diff --git a/extensions/libip6t_frag.c b/extensions/libip6t_frag.c index 64e110d3..1dd48baf 100644 --- a/extensions/libip6t_frag.c +++ b/extensions/libip6t_frag.c @@ -13,8 +13,8 @@ static void frag_help(void) { printf( "frag match options:\n" -" --fragid [!] id[:id] match the id (range)\n" -" --fraglen [!] length total length of this header\n" +"[!] --fragid id[:id] match the id (range)\n" +"[!] --fraglen length total length of this header\n" " --fragres check the reserved filed, too\n" " --fragfirst matches on the first fragment\n" " [--fragmore|--fraglast] there are more fragments or this\n" -- cgit v1.2.3