updated usage for linewrap

This commit is contained in:
Ben Morrison 2020-06-09 03:04:25 -04:00
parent 9b749b9464
commit fdab1b0117
Signed by untrusted user: gbmor
GPG Key ID: 8F192E4720BB0DAC
1 changed files with 10 additions and 2 deletions

View File

@ -107,9 +107,17 @@ If the `[id]` argument is absent, `clinte` asks for the numeric ID of the post
$ clinte -v [post|update|delete] [id]
```
Use this flag if something's going wrong. Additional information will be written to
`/tmp/clinte_$USER.log` that will, hopefully, reveal the cause of the error.
`/tmp/clinte_$USER.log** that will, hopefully, reveal the cause of the error.
**Line Wrapping**
```
$ clinte -l 80
```
Wraps posts at the given line length. Set to <10 to disable line wrapping. Defaults to 80.
## Notes
The file where the posts are stored, `/usr/local/clinte/clinte.json`, must be writeable by all
users on the system. Keep this in mind.
users on the system. Keep this in mind.