fix(login): add help docs for login

This commit is contained in:
Jeffrey Lembeck 2016-06-21 18:28:05 -07:00
Родитель 3b0b795b8c
Коммит a094f51171
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -127,7 +127,10 @@ var help = function() {
"\t\t*command*: `subscribe` (create a new webhook), `help`, `list`\n" +
"\t\t*type*: `package` or `scope`\n" +
"\t\t*name*: the name of the package or scope, e.g. `lodash`\n" +
"\t\t*event*: this doesn't actually work yet :grimacing: :sweat_smile:\n";
"\t\t*event*: this doesn't actually work yet :grimacing: :sweat_smile:\n" +
"\n" +
"\n" +
"/captain-hook login <token>";
slack.chat.postMessage(channelID, message, slackOpts);
};