aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-13 13:50:46 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-13 13:50:46 +0300
commit0b879bfdb75fa698e0f33b9c39671dc4af7dbaa6 (patch)
tree06998e70352fb2712866d41397e26e727066ac8f
parentdf3b5c835353c07d19316cc99b9d56b76aeabf28 (diff)
downloadtallyman-0b879bfdb75fa698e0f33b9c39671dc4af7dbaa6.tar.gz
tallyman-0b879bfdb75fa698e0f33b9c39671dc4af7dbaa6.tar.bz2
Add missing long optionv1.0.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--src/tallyman.c1
3 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e111338..1482629 100644
--- a/NEWS
+++ b/NEWS
@@ -5,2 +5,6 @@ Please send tallyman bug reports to <gray+tallyman@gnu.org.ua>
+Version 1.0.1, 2019-08-13
+
+Add missing long option.
+
Version 1.0, 2019-08-13
diff --git a/configure.ac b/configure.ac
index b182729..8cbd89f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,3 +7,3 @@
AC_PREREQ([2.69])
-AC_INIT([tallyman], [1.0], [gray+tallyman@gnu.org])
+AC_INIT([tallyman], [1.0.1], [gray+tallyman@gnu.org])
AC_CONFIG_SRCDIR([src/tallyman.c])
diff --git a/src/tallyman.c b/src/tallyman.c
index a9a79b0..df40fa2 100644
--- a/src/tallyman.c
+++ b/src/tallyman.c
@@ -40,2 +40,3 @@ struct option longopts[] = {
{ "version", no_argument, 0, 'V' },
+ { "quiet", no_argument, 0, 'q' },
{ NULL }

Return to:

Send suggestions and report system problems to the System administrator.