Remove the EXPERIMENTAL from --apiscan option help
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 18 Sep 2011 12:19:14 +0100
changeset 7503 0d495639ee3e
parent 7502 ad4dfee62a64
child 7504 72e337512e46
Remove the EXPERIMENTAL from --apiscan option help
bindings/python/wscript
--- a/bindings/python/wscript	Thu Sep 15 17:11:53 2011 +0100
+++ b/bindings/python/wscript	Sun Sep 18 12:19:14 2011 +0100
@@ -55,7 +55,7 @@
                    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...]")