summaryrefslogtreecommitdiffstats
path: root/ip/ip.c
diff options
context:
space:
mode:
authorPetr Jediný <petr.jediny@gmail.com>2008-08-07 16:45:33 +0200
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-27 11:05:44 -0700
commit10494d2724cac05d6a8a352205da18b86787eaba (patch)
tree8bbbd66dfa07357e529e788966e0279bb07a8d71 /ip/ip.c
parent4cd23bdde90cc7d2911106017c60617e96d9d1f4 (diff)
Changing commandline help text to be more uniform...
Diffstat (limited to 'ip/ip.c')
-rw-r--r--ip/ip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ip/ip.c b/ip/ip.c
index c4c773fb..2bd54b2a 100644
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -45,12 +45,12 @@ static void usage(void)
{
fprintf(stderr,
"Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }\n"
-" ip [ -force ] [-batch filename\n"
+" ip [ -force ] -batch filename\n"
"where OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |\n"
" tunnel | maddr | mroute | monitor | xfrm }\n"
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
" -f[amily] { inet | inet6 | ipx | dnet | link } |\n"
-" -o[neline] | -t[imestamp] }\n");
+" -o[neline] | -t[imestamp] | -b[atch] [filename] }\n");
exit(-1);
}