Skip to content

Commit 39fa06b

Browse files
committed
fix. typo
1 parent ce4521d commit 39fa06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ program
2323
.option("--app-uri <appUri>", "set APP uri", `http://localhost:${APP_PORT}`)
2424
.option("--host <host>", "set host address", "0.0.0.0")
2525
.option("--port <port>", "set port value", EMU_PORT)
26-
.option("--verbose", "show more logs", false)
26+
.option("--verbose", "show debug logs", false)
2727
.option("--build", "build the API and APP before starting the emulator", false)
2828
.option("--ui", "enable dashboard UI", false)
2929
.parse(process.argv);

0 commit comments

Comments
 (0)