From 2ee4b19931e1fbe8958d4ca5fbaac88d38489bb8 Mon Sep 17 00:00:00 2001
From: Brian Peiris <brianpeiris@gmail.com>
Date: Fri, 11 May 2018 11:12:53 -0700
Subject: [PATCH] fix script options

---
 scripts/bot/run-bot.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/scripts/bot/run-bot.js b/scripts/bot/run-bot.js
index 4f1568dd6..d6851f972 100644
--- a/scripts/bot/run-bot.js
+++ b/scripts/bot/run-bot.js
@@ -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;
-- 
GitLab