mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/shell/sht1x: fix typo (PARMS => PARAMS)
This commit is contained in:
parent
9a9530b4b5
commit
4c4a396120
@ -175,7 +175,7 @@ int _sht_config_handler(int argc, char **argv)
|
||||
int dev_num = 0;
|
||||
|
||||
if ((argc == 2) && (strcmp("--help", argv[1]) == 0)) {
|
||||
printf("Usage: \"%s [PARMS]\n"
|
||||
printf("Usage: \"%s [PARAMS]\n"
|
||||
"\n"
|
||||
"Supported parameters:\n"
|
||||
" -d <NUM>\n"
|
||||
|
Loading…
Reference in New Issue
Block a user