Fix the example of msleep

This commit is contained in:
Self Not Found 2023-03-24 18:44:28 +08:00 committed by GitHub
commit 368bf57661
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[] = {