diff --git a/bindings/python/wscript b/bindings/python/wscript index 9681e245f..c7c5b43fb 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -55,7 +55,7 @@ def options(opt): action="store_true", default=False, dest='python_disable') opt.add_option('--apiscan', - help=("EXPERIMENTAL: Rescan the API for the indicated module(s), for Python bindings. " + help=("Rescan the API for the indicated module(s), for Python bindings. " "Needs working GCCXML / pygccxml environment. " "The metamodule 'all' expands to all available ns-3 modules."), default=None, dest='apiscan', metavar="MODULE[,MODULE...]")