diff options
| -rw-r--r-- | doc/wajir.1.txt | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/doc/wajir.1.txt b/doc/wajir.1.txt index db4fc59..aa8d56a 100644 --- a/doc/wajir.1.txt +++ b/doc/wajir.1.txt @@ -18,12 +18,22 @@ OPTIONS  	Jira login email address.  --token:: -	Jira API token. Obtained from: TODO +	Jira API token. Obtained from: +	https://id.atlassian.com/manage-profile/security/api-tokens  --endpoint:: +	The team-specific Atlassian host (e.g. 'example.atlassian.net'). +  --sendmail:: +	The command named in this argument will be exec'ed and given an email on +	standard input. This will typically be a Mail Transfer Agent or Mail +	Delivery Agent. +  --email-to:: +	Recipient email address that 'issue created' emails will be sent to. +  --verbose:: +	Turn on verbose output.  -h, --help::  	Print usage help. | 
