]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix chfn-chsh configure help text
authorKarel Zak <kzak@redhat.com>
Mon, 16 Mar 2020 09:53:55 +0000 (10:53 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Mar 2020 09:53:55 +0000 (10:53 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index ef4e3746be0b21475d7dd42196b4cfab4f2bf490..7f1219ad8bac5f4a7ca1f0035124603504f39a70 100644 (file)
@@ -2016,7 +2016,7 @@ AC_ARG_ENABLE([chfn-chsh-password],
 )
 
 AC_ARG_ENABLE([chfn-chsh],
-  AS_HELP_STRING([--enable-chfn-chsh], [build chfn and chsh]),
+  AS_HELP_STRING([--disable-chfn-chsh], [do not build chfn and chsh]),
   [], [UL_DEFAULT_ENABLE([chfn_chsh], [check])]
 )
 UL_BUILD_INIT([chfn_chsh])