Enable auto install wasi-sdk when build wamr-sdk (#796)

And fix -q[<App Name>] show error in host_tool help.
This commit is contained in:
Wenyong Huang
2021-10-22 16:53:25 +08:00
committed by GitHub
parent 32242988ed
commit 6b3a939370
2 changed files with 11 additions and 10 deletions

View File

@ -391,7 +391,7 @@ static void showUsage()
" [--watchdog=<Watchdog Interval>]\n"
" [<Control Options> ...] \n");
printf(" host_tool -u <App Name> [<Control Options> ...]\n");
printf(" host_tool -q [<App Name>] [<Control Options> ...]\n");
printf(" host_tool -q[<App Name>] [<Control Options> ...]\n");
printf(" host_tool -r <Resource URL> -A <Action> [-p <Payload File>] [<Control Options> ...]\n");
printf(" host_tool -s <Event URLs> [<Control Options> ...]\n");
printf(" host_tool -d <Event URLs> [<Control Options> ...]\n");