]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fix missing newline in libipt_DSCP help-text (Maciej Soltysiak)
authorMaciej Soltysiak <solt@dns.toxicfilms.tv>
Thu, 4 Mar 2004 00:14:03 +0000 (00:14 +0000)
committerPatrick McHardy <kaber@trash.net>
Thu, 4 Mar 2004 00:14:03 +0000 (00:14 +0000)
extensions/libipt_DSCP.c

index f3bf07915b59ea79b56adadc2c11d6635a9874ab..98a433312a8b8568e0442319444edf6a089039c2 100644 (file)
@@ -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"