summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2019-02-05 11:09:02 +0100
committerKarel Zak2019-02-05 11:09:02 +0100
commitf571d10d4a3c82e5643770db91c91baf4e8fa4aa (patch)
tree45525508ee492bfb68309243a612855b7b64023f
parentMerge branch 'mount-nosuid' of https://github.com/Lekensteyn/util-linux (diff)
parentTypo in configuration help (diff)
downloadkernel-qcow2-util-linux-f571d10d4a3c82e5643770db91c91baf4e8fa4aa.tar.gz
kernel-qcow2-util-linux-f571d10d4a3c82e5643770db91c91baf4e8fa4aa.tar.xz
kernel-qcow2-util-linux-f571d10d4a3c82e5643770db91c91baf4e8fa4aa.zip
Merge branch 'patch-1' of https://github.com/edupont/util-linux
* 'patch-1' of https://github.com/edupont/util-linux: Typo in configuration help
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0bf422cda..4c28ccc7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1435,7 +1435,7 @@ AS_IF([test "x$have_futimens" = xyes -a "x$have_inotify_init1" = xyes ], [
AC_ARG_ENABLE([plymouth_support],
- AS_HELP_STRING([--disable-plymouth_support], [don not care about plymouth in sylogin(8) and agetty(8)]),
+ AS_HELP_STRING([--disable-plymouth_support], [do not care about plymouth in sylogin(8) and agetty(8)]),
[], [enable_plymouth_support=check]
)
UL_BUILD_INIT([plymouth_support])