sys/shell/commands: fixing typo in ping6 help
reponse -> response in -W <ms timeout>
This commit is contained in:
parent
efa3b974d8
commit
547d3a0620
@ -160,7 +160,7 @@ static void _usage(char *cmdname)
|
|||||||
"measure round trip time (default: 4)");
|
"measure round trip time (default: 4)");
|
||||||
puts(" hoplimit: Set the IP time to life/hoplimit "
|
puts(" hoplimit: Set the IP time to life/hoplimit "
|
||||||
"(default: interface config)");
|
"(default: interface config)");
|
||||||
puts(" ms timeout: Time to wait for a resonse in milliseconds "
|
puts(" ms timeout: Time to wait for a response in milliseconds "
|
||||||
"(default: 1000). The option affects only timeout in absence "
|
"(default: 1000). The option affects only timeout in absence "
|
||||||
"of any responses, otherwise wait for two RTTs");
|
"of any responses, otherwise wait for two RTTs");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user