summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_dst.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_dst.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_dst.c')
-rw-r--r--extensions/libip6t_dst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_dst.c b/extensions/libip6t_dst.c
index d3c54dd5..8882b117 100644
--- a/extensions/libip6t_dst.c
+++ b/extensions/libip6t_dst.c
@@ -16,7 +16,7 @@ static void dst_help(void)
{
printf(
"dst match options:\n"
-" --dst-len [!] length total length of this header\n"
+"[!] --dst-len length total length of this header\n"
" --dst-opts TYPE[:LEN][,TYPE[:LEN]...]\n"
" Options and its length (list, max: %d)\n",
IP6T_OPTS_OPTSNR);