9
0
Fork 0

ping: shorten usage info

Signed-off-by: Sascha Hauer <sha@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-10-17 09:43:09 +02:00 committed by Sascha Hauer
parent 3701ed81ec
commit c229f67efb
1 changed files with 1 additions and 1 deletions

View File

@ -108,5 +108,5 @@ int do_ping (cmd_tbl_t *cmdtp, int argc, char *argv[])
U_BOOT_CMD_START(ping)
.maxargs = 2,
.cmd = do_ping,
.usage = "send icmp echo_request to network host",
.usage = "ping <destination>",
U_BOOT_CMD_END