From: Vadim Kochan Date: Sun, 28 Dec 2014 09:47:43 +0000 (+0200) Subject: ip: Small corrections of '-tshort' option in usage X-Git-Tag: v3.19.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a925535c5d44ce771f703b65dac0e47848d8bea6;p=thirdparty%2Fiproute2.git ip: Small corrections of '-tshort' option in usage Fixed -t[short] to -ts[hort] as '-t' is related to -timestamp option. Signed-off-by: Vadim Kochan --- diff --git a/ip/ip.c b/ip/ip.c index 61cc9c3f2..850a00175 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -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); }