summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_DSCP.c
diff options
context:
space:
mode:
authorkaber <kaber>2004-03-04 00:14:03 +0000
committerkaber <kaber>2004-03-04 00:14:03 +0000
commitc5620ec4ec298ddedc88cecea6393da9318d2eee (patch)
treed85cbac957ded0f120a03b2a20f297f686d0e7c1 /extensions/libipt_DSCP.c
parent5878bea5760c079cf91c506c4e5d5372bd4b123e (diff)
Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak)
Diffstat (limited to 'extensions/libipt_DSCP.c')
-rw-r--r--extensions/libipt_DSCP.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_DSCP.c b/extensions/libipt_DSCP.c
index f3bf079..98a4333 100644
--- a/extensions/libipt_DSCP.c
+++ b/extensions/libipt_DSCP.c
@@ -35,7 +35,7 @@ static void help(void)
" or in hex (ex: 0x20)\n"
" --set-dscp-class class Set the DSCP field in packet header to the\n"
" value represented by the DiffServ class value.\n"
-" This class may be EF,BE or any of the CSxx "
+" This class may be EF,BE or any of the CSxx\n"
" or AFxx classes.\n"
"\n"
" These two options are mutually exclusive !\n"