From: Romain Bignon Date: Tue, 6 Jul 2010 04:16:37 +0000 (+0200) Subject: help: fix of the -I option in help display X-Git-Tag: v0.099~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a1fe7d00d042de44c63570f7be207bf231cb57;p=thirdparty%2Fnftables.git help: fix of the -I option in help display Trivial patch which fixes typo. Signed-off-by: Romain Bignon Signed-off-by: Patrick McHardy --- diff --git a/src/main.c b/src/main.c index 2a3da3f7..68d7e1e8 100644 --- a/src/main.c +++ b/src/main.c @@ -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 Add to the paths searched for include files.\n" +" -I/--includepath Add to the paths searched for include files.\n" #ifdef DEBUG " --debug Specify debugging level (scanner, parser, eval, netlink, all)\n" #endif