diff options
| author | Teddy Wing | 2022-05-11 00:01:06 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2022-05-11 00:01:06 +0200 | 
| commit | 3328e1a5c0359b02a198d121543a5ce07c0a30f2 (patch) | |
| tree | 070df1b866e1d8f9028802bca262719d418b5256 | |
| parent | e0ea2c8c6194b13851fd1966f769d86c0a86e2a4 (diff) | |
| download | wajir-3328e1a5c0359b02a198d121543a5ce07c0a30f2.tar.bz2 | |
doc/wajir.1.txt: Fix minor issues with options docs
* Fix quoting and bolding
* Adjust wording
* Add short form of the `--verbose` flag
| -rw-r--r-- | doc/wajir.1.txt | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/wajir.1.txt b/doc/wajir.1.txt index 5d6a1b6..5441238 100644 --- a/doc/wajir.1.txt +++ b/doc/wajir.1.txt @@ -25,17 +25,17 @@ OPTIONS  	https://id.atlassian.com/manage-profile/security/api-tokens  --endpoint:: -	The team-specific Atlassian host (e.g. 'example.atlassian.net'). +	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 +	The command named in this argument will be exec'ed and given an email on its  	standard input. This will typically be a Mail Transfer Agent or Mail -	Delivery Agent. +	Delivery Agent. If set, the *--email-to* option must also be set.  --email-to:: -	Recipient email address that 'issue created' emails will be sent to. +	Recipient email address that `issue created' emails will be sent to. ---verbose:: +-v, --verbose::  	Turn on verbose output.  -h, --help:: | 
