diff options
author | Teddy Wing | 2022-05-10 19:58:40 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-10 19:58:40 +0200 |
commit | 0e9aabb5f065c4257bdf46feee2e5347d0a9fb31 (patch) | |
tree | c89eaf9132201733db2f905badd974859c4cc1b8 | |
parent | 4bf1a8866cf4286d3fca9e89a4afa20d11800edb (diff) | |
download | wajir-0e9aabb5f065c4257bdf46feee2e5347d0a9fb31.tar.bz2 |
doc/wajir.1.txt: Describe the rest of the command line 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. |