Merge pull request #1945 from wh201906/msleep

Fix the example of msleep
This commit is contained in:
Iceman 2023-03-24 19:07:40 +01:00 committed by GitHub
commit 42593e586b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -250,7 +250,7 @@ static int CmdMsleep(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "msleep",
"Sleep for given amount of milliseconds",
"msleep 100"
"msleep -t 100"
);
void *argtable[] = {