[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1419760063-21814-1-git-send-email-vadim4j@gmail.com>
Date: Sun, 28 Dec 2014 11:47:43 +0200
From: Vadim Kochan <vadim4j@...il.com>
To: netdev@...r.kernel.org
Cc: Vadim Kochan <vadim4j@...il.com>
Subject: [PATCH iproute2] ip: Small corrections of '-tshort' option in usage
From: Vadim Kochan <vadim4j@...il.com>
Fixed -t[short] to -ts[hort] as '-t' is related to
-timestamp option.
Signed-off-by: Vadim Kochan <vadim4j@...il.com>
---
ip/ip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/ip.c b/ip/ip.c
index 61cc9c3..850a001 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.1.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists