summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorRomain Bignon <romain@peerfuse.org>2010-07-06 06:16:37 +0200
committerPatrick McHardy <kaber@trash.net>2010-07-06 06:16:37 +0200
commitc7a1fe7d00d042de44c63570f7be207bf231cb57 (patch)
tree002f9ca0502244f36a5da4a84c0952c84724cb90 /src/main.c
parent5b684d7ab74d014f30e61928aeec60684571fa5e (diff)
help: fix of the -I option in help display
Trivial patch which fixes typo. Signed-off-by: Romain Bignon <romain@peerfuse.org> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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 <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