From: Maciej Soltysiak Date: Thu, 4 Mar 2004 00:14:03 +0000 (+0000) Subject: Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak) X-Git-Tag: v1.3.0-rc1~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=920463da635a2e28c2673a3101109de58108f429;p=thirdparty%2Fiptables.git Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak) --- 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"