Remove the EXPERIMENTAL from --apiscan option help

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-09-18 12:19:14 +01:00
parent 3d13582a2e
commit 8405e52966

View File

@@ -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...]")