From c7a1fe7d00d042de44c63570f7be207bf231cb57 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Tue, 6 Jul 2010 06:16:37 +0200 Subject: help: fix of the -I option in help display Trivial patch which fixes typo. Signed-off-by: Romain Bignon Signed-off-by: Patrick McHardy --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3