]> git.sesse.net Git - betaftpd/blobdiff - configure.in
The --help text now says that nonroot is experimental (which it is).
[betaftpd] / configure.in
index 763e05dd6b83a3d2ac4cdb9a9becf3e44014ff07..cddb6a18c41478bf6819a2249b8d40a072c567f9 100644 (file)
@@ -92,7 +92,7 @@ else
 fi
 
 if test "$nonroot_support" = "yes"; then
-       ARG_ENABLE_BETAFTPD(nonroot,[  --enable-nonroot        Do not need root access (implies --disable-shadow)],AC_DEFINE(WANT_NONROOT))
+       ARG_ENABLE_BETAFTPD(nonroot,[  --enable-nonroot        Do not need root access (EXPERIMENTAL)],AC_DEFINE(WANT_NONROOT))
 else
        enableval=no
 fi