diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-01 22:47:03 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-01 22:47:05 +0200 |
| commit | 19c71864258f55b07dd290d8740715c4707222f2 (patch) | |
| tree | 909c5d2bfccfc8fb9c6fe9d6c3308e5eeb9db44e | |
| parent | Merge pull request #6424 (diff) | |
| parent | [Trivial] start the help texts with lowercase (diff) | |
| download | discoin-19c71864258f55b07dd290d8740715c4707222f2.tar.xz discoin-19c71864258f55b07dd290d8740715c4707222f2.zip | |
Merge pull request #6739
96106f0 [Trivial] start the help texts with lowercase (paveljanik)
| -rw-r--r-- | configure.ac | 2 |
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]) |