1
0
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:
Alexandre Abadie 2021-01-07 22:22:20 +01:00
parent 9a9530b4b5
commit 4c4a396120
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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"