summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-08 13:16:21 +0000
committerLars Wirzenius <liw@liw.fi>2015-11-08 13:16:21 +0000
commit95b3eec6d86a2ca05b993c1a2ec9a42dccdf0267 (patch)
tree55a0ee3b2ad2efa64a735d33554ecc3a013f4ac2 /NEWS
parentaeed96bd0abde745cee091b8d489fa345589ab37 (diff)
downloadcliapp-95b3eec6d86a2ca05b993c1a2ec9a42dccdf0267.tar.gz
Fix short option synopsis in manpages
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1890f7b..1b9d86e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
NEWS for cliapp
===============
+Version 1.20151108, released UNRELEASED
+---------------------------------------
+
+Bug fix:
+
+* The generated manpages used to have an equals sign for short options
+ with an argument. For example, `-e=REGEX`. This has now been fixed
+ to show the correct form, `-eREGEX`, instead.
+
Version 1.20150829
------------------