From 8405e52966b8d18165a7beb32b24590435564dea Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 18 Sep 2011 12:19:14 +0100 Subject: [PATCH] Remove the EXPERIMENTAL from --apiscan option help --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...]")