summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Soltysiak <solt@dns.toxicfilms.tv>2004-03-04 00:14:03 +0000
committerPatrick McHardy <kaber@trash.net>2004-03-04 00:14:03 +0000
commit920463da635a2e28c2673a3101109de58108f429 (patch)
treed85cbac957ded0f120a03b2a20f297f686d0e7c1
parent54924023ee598e626423ef9c222eff0e8d28dfac (diff)
Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak)
-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 f3bf0791..98a43331 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"