summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/stylish-haskell.1.adoc5
2 files changed, 1 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d685116..f7b9777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ stylish-haskell (0.5.17.0-2) UNRELEASED; urgency=low
* General manpage with asciidoctor instead of ronn.
Second attempt at making it reproducible.
+ * Remove non-existent -V & --version options from manpage.
-- Sean Whitton <spwhitton@spwhitton.name> Fri, 24 Jun 2016 15:04:15 +0900
diff --git a/debian/stylish-haskell.1.adoc b/debian/stylish-haskell.1.adoc
index d441093..c065ee3 100644
--- a/debian/stylish-haskell.1.adoc
+++ b/debian/stylish-haskell.1.adoc
@@ -11,8 +11,6 @@ stylish-haskell - simple Haskell code prettifier
*stylish-haskell* _-d_|_--defaults_
-*stylish-haskell* _-V_|_--version_
-
*stylish-haskell* _-?_|_--help_
== DESCRIPTION
@@ -35,9 +33,6 @@ STDOUT unless *-i* is specified.
*-d*, *--defaults*::
Dump default config and exit.
-*-V*, *--version*::
- Output version information and exit.
-
*-?*, *--help*::
Output help text and exit.