summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-30 21:07:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-07-30 21:07:01 -0700
commit38ca56aea95b087709e814fdaa3218ce279c71c4 (patch)
treefa102681ec138e3d0a3d29e91309912d470802b9 /debian
parent459024388fc2bee0134b1fc881d7f7e38e8eb6cd (diff)
downloadstylish-haskell-38ca56aea95b087709e814fdaa3218ce279c71c4.tar.gz
add --version & --no-utf8 to manpage
Diffstat (limited to 'debian')
-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*::