Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 19, 2019
1 parent 9b10d9a commit 41889dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ Just execute `sheer-heart-attack launch`.
| `times` | `1` | Maximum number of command executions. If times < 1, track and execute until timeout. |
| `timeout` | `86400` | Timeout of tracking (seconds). |
| `slack-channel` | | Slack channel to notify. |
| `slack-mention` | | Slack mention. (`@here` or user_id `@UXXXXXXXXX`) |

### Set `threshold` using operators

Expand Down
2 changes: 1 addition & 1 deletion cmd/option.go
Expand Up @@ -191,7 +191,7 @@ func optionSlackMention(slackMention string, nonInteractive bool) (option, error
fmt.Println("")
return option{}, nil
}
slackMention = prompter.Prompt("Enter mention [@here or user_id(UXXXXXXXX)]", slackMention)
slackMention = prompter.Prompt("Enter mention [@here or user_id (ex. @UXXXXXXXX)]", slackMention)
fmt.Println("")
return option{"--slack-mention", slackMention}, nil
}
Expand Down

0 comments on commit 41889dc

Please sign in to comment.