aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-10-01 22:47:03 +0200
committerWladimir J. van der Laan <[email protected]>2015-10-01 22:47:05 +0200
commit19c71864258f55b07dd290d8740715c4707222f2 (patch)
tree909c5d2bfccfc8fb9c6fe9d6c3308e5eeb9db44e
parentMerge pull request #6424 (diff)
parent[Trivial] start the help texts with lowercase (diff)
downloaddiscoin-19c71864258f55b07dd290d8740715c4707222f2.tar.xz
discoin-19c71864258f55b07dd290d8740715c4707222f2.zip
Merge pull request #6739
96106f0 [Trivial] start the help texts with lowercase (paveljanik)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0803e74ff..ff2c7ab4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,7 +139,7 @@ AC_ARG_ENABLE([glibc-back-compat],
AC_ARG_ENABLE([zmq],
[AS_HELP_STRING([--disable-zmq],
- [Disable ZMQ notifications])],
+ [disable ZMQ notifications])],
[use_zmq=$enableval],
[use_zmq=yes])