From 368bf576616ea0d5b686cef748a8903f39aaecd5 Mon Sep 17 00:00:00 2001 From: Self Not Found Date: Fri, 24 Mar 2023 18:44:28 +0800 Subject: [PATCH] Fix the example of msleep --- client/src/cmdmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdmain.c b/client/src/cmdmain.c index 11f9bfd7b..a9c2cb474 100644 --- a/client/src/cmdmain.c +++ b/client/src/cmdmain.c @@ -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[] = {