summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-24 15:34:19 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-24 15:34:19 +0900
commita4deddf67f6856f116a7cf705ff0a49ce1f01bda (patch)
tree3cda698a856cf360f57b3e2d709e4b349c8d55fe /debian
parentda3fc92abeeb294c736106ad33c6bfac14a2aede (diff)
downloadstylish-haskell-a4deddf67f6856f116a7cf705ff0a49ce1f01bda.tar.gz
drop non-existent -V / --version from manpage
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.