From c5620ec4ec298ddedc88cecea6393da9318d2eee Mon Sep 17 00:00:00 2001 From: kaber Date: Thu, 4 Mar 2004 00:14:03 +0000 Subject: Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak) --- extensions/libipt_DSCP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions') 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" -- cgit v1.2.3