summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/stylish-haskell.1.adoc10
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 38a8218..527a05f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ stylish-haskell (0.6.1.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patch to README.
+ * Add new options to manpage:
+ - --no-utf8
+ - --version
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 29 Jul 2016 12:35:57 -0700
diff --git a/debian/stylish-haskell.1.adoc b/debian/stylish-haskell.1.adoc
index c065ee3..bbffdf8 100644
--- a/debian/stylish-haskell.1.adoc
+++ b/debian/stylish-haskell.1.adoc
@@ -7,12 +7,14 @@ stylish-haskell - simple Haskell code prettifier
== SYNOPSIS
*stylish-haskell* [_-c_|_--config=FILE_] [_-v|--verbose_]
-[_-i_|_--inplace_] [_FILES_]...
+[_-i_|_--inplace_] [--no-utf8] [_FILES_]...
*stylish-haskell* _-d_|_--defaults_
*stylish-haskell* _-?_|_--help_
+*stylish-haskell* _--version_
+
== DESCRIPTION
*stylish-haskell* performs automatic formatting on the Haskell code in
@@ -36,6 +38,12 @@ STDOUT unless *-i* is specified.
*-?*, *--help*::
Output help text and exit.
+*--version*::
+ Output version information and exit.
+
+*--no-utf8*::
+ Don't assume that stdin and stdout are encoded UTF-8 (the default).
+
== FILES
*/usr/share/stylish-haskell/data/stylish-haskell.yaml*::