]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
help: fix of the -I option in help display
authorRomain Bignon <romain@peerfuse.org>
Tue, 6 Jul 2010 04:16:37 +0000 (06:16 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 6 Jul 2010 04:16:37 +0000 (06:16 +0200)
Trivial patch which fixes typo.

Signed-off-by: Romain Bignon <romain@peerfuse.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
src/main.c

index 2a3da3f78b8a0d8a5067d277370d57d67500a569..68d7e1e81198b041b0d5031f2aaf5f28a39dd2ef 100644 (file)
@@ -100,7 +100,7 @@ static void show_help(const char *name)
 "  -n/--numeric                        When specified once, show network addresses numerically.\n"
 "                              When specified twice, also show Internet protocols,\n"
 "                              Internet services, user IDs and group IDs numerically.\n"
-"  -i/--includepath <directory>        Add <directory> to the paths searched for include files.\n"
+"  -I/--includepath <directory>        Add <directory> to the paths searched for include files.\n"
 #ifdef DEBUG
 "  --debug <level [,level...]> Specify debugging level (scanner, parser, eval, netlink, all)\n"
 #endif