From 6ed42315291c78b7bbcdffacc12c90b4a2fbb7bc Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Tue, 12 Apr 2016 23:40:19 -0400 Subject: [PATCH] update options listed in README --- Readme.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/Readme.md b/Readme.md index c7ac551c..f9de8bda 100644 --- a/Readme.md +++ b/Readme.md @@ -56,18 +56,19 @@ The available options are: ``` Usage: slackin [options] -Options: - - -h, --help output usage information - -V, --version output the version number - -p, --port Port to listen on [$PORT or 3000] - -h, --hostname Hostname to listen on [$HOSTNAME or 0.0.0.0] - -c, --channels [] One or more comma-separated channel names to allow single-channel guests [$SLACK_CHANNELS] - -c, --channel Single channel guest invite (deprecated) [$SLACK_CHANNEL] - -i, --interval How frequently (ms) to poll Slack [$SLACK_INTERVAL or 5000] - -P, --path Path to serve slackin under - -s, --silent Do not print out warns or errors - -c, --css Full URL to a custom CSS file to use on the main page + Options: + + -h, --help output usage information + -V, --version output the version number + -p, --port Port to listen on [$PORT or 3000] + -h, --hostname Hostname to listen on [$HOSTNAME or 0.0.0.0] + -c, --channels [] One or more comma-separated channel names to allow single-channel guests [$SLACK_CHANNELS] + -c, --channel Single channel guest invite (deprecated) [$SLACK_CHANNEL] + -i, --interval How frequently (ms) to poll Slack [$SLACK_INTERVAL or 5000] + -P, --path Path to serve slackin under + -s, --silent Do not print out warns or errors + -C, --coc Full URL to a CoC that needs to be agreed to + -c, --css Full URL to a custom CSS file to use on the main page ``` **Important: if you use Slackin in single-channel mode, you'll only be