sys/shell/commands: fixing typo in ping6 help

reponse -> response in -W <ms timeout>
This commit is contained in:
Chamaeleon- 2020-06-24 12:49:05 +02:00 committed by GitHub
parent efa3b974d8
commit 547d3a0620
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
} }