diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-09 03:04:25 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-09 03:06:02 -0400 |
commit | fdab1b0117f1eccc99eb6c9415b66dc9ac2d0e3f (patch) | |
tree | dc8270ca4141e1d3cb9f4e0fbd83baa1d2d05f3f | |
parent | 9b749b946412b6f3d18c5d7997dc798f3947bb1e (diff) | |
download | clinte-fdab1b0117f1eccc99eb6c9415b66dc9ac2d0e3f.tar.gz |
updated usage for linewrap
-rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md index 10485d5..73f7486 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +users on the system. Keep this in mind. |