aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaveljanik <[email protected]>2015-09-30 08:40:20 +0200
committerpaveljanik <[email protected]>2015-09-30 08:40:20 +0200
commit96106f0f3023369ab88ad6cfde42f689f0296ab8 (patch)
tree6d78a5729dbfed6055e01e94e160fc54f12037d7
parentMerge pull request #6736 (diff)
downloaddiscoin-96106f0f3023369ab88ad6cfde42f689f0296ab8.tar.xz
discoin-96106f0f3023369ab88ad6cfde42f689f0296ab8.zip
[Trivial] start the help texts with lowercase
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d530f8c26..ad3903f14 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])