man/nitpretty.md: add missing options `-line-width` and `--no-inline`
authorJean Privat <jean@pryen.org>
Wed, 21 Oct 2015 02:28:11 +0000 (22:28 -0400)
committerJean Privat <jean@pryen.org>
Wed, 21 Oct 2015 12:42:53 +0000 (08:42 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

share/man/nitpretty.md

index 571d4f2..eb69661 100644 (file)
@@ -39,6 +39,12 @@ By default empty lines are kept as they were typed in the file.
 When enabling this option, `nitpretty` will decide where to break lines and
 will put empty lines to separate properties and code blocks.
 
+### `--line-width`
+Maximum length of lines (use 0 to disable automatic line breaks).
+
+### `--no-inline`
+Disable automatic one-liners.
+
 # SPECIFICATION
 
 The specification of the pretty printing is described here.