diff --git a/README b/README
index 823a204..7b6001b 100644
--- a/README
+++ b/README
--enable-experimental
- Enable experimental plugins
+ Enable experimental tools
- By default all plugins that are still in development
+ By default all tools that are still in development
are disabled. This option can be used to enable them.
It is not recommended to enable this option for production
- systems. The APIs or behavior of the experimental plugins
- is unstable and might still change.
+ systems. The behavior of the experimental tools is unstable
+ and might still change.
--enable-nfc
diff --git a/configure.ac b/configure.ac
index 24d7589..768a20c 100644
--- a/configure.ac
+++ b/configure.ac
AM_CONDITIONAL(MANPAGES, test "${enable_manpages}" = "yes")
AC_ARG_ENABLE(experimental, AC_HELP_STRING([--enable-experimental],
- [enable experimental plugins (SAP, NFC, ...)]),
+ [enable experimental tools]),
[enable_experimental=${enableval}])
AM_CONDITIONAL(EXPERIMENTAL, test "${enable_experimental}" = "yes")