Skip to content
Snippets Groups Projects
Commit 2ee4b199 authored by Brian Peiris's avatar Brian Peiris
Browse files

fix script options

parent 6b6d707c
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ Usage:
./run-bot.js [options]
Options:
-u --url=<url> Url [default: null].
-h --host=<host> Hubs host if url is not specified [default: localhost:8080]
-r --room=<room> Room id [default: null].
-h --help Show this screen.
-u --url=<url> URL
-o --host=<host> Hubs host if URL is not specified [default: localhost:8080]
-r --room=<room> Room id
-h --help Show this screen
`;
const docopt = require("docopt").docopt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment