summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_frag.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-08-13 14:42:41 +0200
committerPatrick McHardy <kaber@trash.net>2008-08-13 14:42:41 +0200
commit967279231a9ecfa99f26694a954afc535c63db1d (patch)
treefbf76c900c304bab6ba766d89fee9329d243e82a /extensions/libip6t_frag.c
parent1eada72b7da712bffb87e829b3b9deb3de6bca3c (diff)
Synchronize invert flag order with manpages
Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libip6t_frag.c')
-rw-r--r--extensions/libip6t_frag.c4
1 files changed, 2 insertions, 2 deletions
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"