summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authoredupont2019-02-01 22:57:34 +0100
committerGitHub2019-02-01 22:57:34 +0100
commit41f58b60305f989e185bf005bfcc3574b8cd9273 (patch)
treeac28f6c7beb3b745e0857acedc5e287a0d20ab2b /configure.ac
parentsfdisk: fix logical partition resize when start specified (diff)
downloadkernel-qcow2-util-linux-41f58b60305f989e185bf005bfcc3574b8cd9273.tar.gz
kernel-qcow2-util-linux-41f58b60305f989e185bf005bfcc3574b8cd9273.tar.xz
kernel-qcow2-util-linux-41f58b60305f989e185bf005bfcc3574b8cd9273.zip
Typo in configuration help
Diffstat (limited to 'configure.ac')
-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])