From a925535c5d44ce771f703b65dac0e47848d8bea6 Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Sun, 28 Dec 2014 11:47:43 +0200 Subject: [PATCH] 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 --- ip/ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3