diff options
| author | paveljanik <[email protected]> | 2015-09-30 08:40:20 +0200 |
|---|---|---|
| committer | paveljanik <[email protected]> | 2015-09-30 08:40:20 +0200 |
| commit | 96106f0f3023369ab88ad6cfde42f689f0296ab8 (patch) | |
| tree | 6d78a5729dbfed6055e01e94e160fc54f12037d7 | |
| parent | Merge pull request #6736 (diff) | |
| download | discoin-96106f0f3023369ab88ad6cfde42f689f0296ab8.tar.xz discoin-96106f0f3023369ab88ad6cfde42f689f0296ab8.zip | |
[Trivial] start the help texts with lowercase
| -rw-r--r-- | configure.ac | 2 |
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]) |