about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md12
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.