Commit a925535c authored by Vadim Kochan's avatar Vadim Kochan Committed by Stephen Hemminger

ip: Small corrections of '-tshort' option in usage

Fixed -t[short] to -ts[hort] as '-t' is related to
-timestamp option.
Signed-off-by: default avatarVadim Kochan <vadim4j@gmail.com>
parent 67e1d73b
......@@ -54,7 +54,7 @@ static void usage(void)
" -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
" -4 | -6 | -I | -D | -B | -0 |\n"
" -l[oops] { maximum-addr-flush-attempts } |\n"
" -o[neline] | -t[imestamp] | -t[short] | -b[atch] [filename] |\n"
" -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |\n"
" -rc[vbuf] [size] | -n[etns] name }\n");
exit(-1);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment