change help message

This commit is contained in:
smayzy 2026-04-07 17:37:37 +02:00
parent 12e93e0821
commit 6cd0fbcf3f

View File

@ -351,7 +351,7 @@ int main(int argc, char **argv) {
fake_data = 1;
break;
case 'h' :
printf("Usage: ./dashboard [-d int DELAY by how much to slow down] [-h HELP] [-f generate fake data]\n");
printf("Usage: ./cocomobile-tui [-d int DELAY by how much to slow down] [-h HELP] [-f generate fake data]\n");
return(0);
}
}