Skip to content

Commit

Permalink
Update slackin
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 6, 2015
1 parent 2db74ff commit f1e5b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/slackin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var slackin = require('../node');

program
.version(pkg.version)
.usage('[options] <slack-subdomain> <api-token>')
.usage('[options] <team-id> <api-token>')
.option('-p, --port <port>', 'Port to listen on [$PORT or 3000]', require('hostenv').PORT || 3000)
.option('-h, --hostname <hostname>', 'Hostname to listen on [$HOSTNAME or 0.0.0.0]', require('hostenv').HOSTNAME || '0.0.0.0')
.option('-c, --channels [<chan>]', 'One or more comma-separated channel names to allow single-channel guests [$SLACK_CHANNELS]', process.env.SLACK_CHANNELS)
Expand Down

0 comments on commit f1e5b6e

Please sign in to comment.