diff options
author | Petr Jediný <petr.jediny@gmail.com> | 2008-08-07 16:45:33 +0200 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-27 11:05:44 -0700 |
commit | 10494d2724cac05d6a8a352205da18b86787eaba (patch) | |
tree | 8bbbd66dfa07357e529e788966e0279bb07a8d71 /ip/ip.c | |
parent | 4cd23bdde90cc7d2911106017c60617e96d9d1f4 (diff) |
Changing commandline help text to be more uniform...
Diffstat (limited to 'ip/ip.c')
-rw-r--r-- | ip/ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |