1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

shell_commands: specify SNTP timeout time unit

This commit is contained in:
Martine Lenders 2018-01-30 11:27:15 +01:00 committed by Martine Lenders
parent 289e572a76
commit 3c5d476f84

View File

@ -31,7 +31,7 @@
static void _usage(char *cmd)
{
printf("Usage: %s <server addr>[%%<interface>] [<timeout>]\n", cmd);
printf("Usage: %s <server addr>[%%<interface>] [<timeout in us>]\n", cmd);
puts("default: timeout = 5000");
}