From bee0ca921ac91091c20c4b3d33e0f8e6419eb80d Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Tue, 29 Dec 2020 17:03:47 -0500 Subject: [PATCH] Update core.cljs --- src/main/mastodon_bot/core.cljs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/mastodon_bot/core.cljs b/src/main/mastodon_bot/core.cljs index ce73223..dd2eb53 100755 --- a/src/main/mastodon_bot/core.cljs +++ b/src/main/mastodon_bot/core.cljs @@ -85,12 +85,10 @@ (def usage "usage: - - node target/mastodon-bot.js [-h] /path/to/config.edn - or + mastodon-bot /path/to/config.edn - npm start [-h] /path/to/config.edn + set MASTODON_BOT_CONFIG environment variable to run without parameters ") (defn main [& args]