summaryrefslogtreecommitdiffstats
path: root/site_scons/BuildCommandLine.py
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons/BuildCommandLine.py')
-rw-r--r--site_scons/BuildCommandLine.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/site_scons/BuildCommandLine.py b/site_scons/BuildCommandLine.py
index d401aed..32e62f3 100644
--- a/site_scons/BuildCommandLine.py
+++ b/site_scons/BuildCommandLine.py
@@ -77,7 +77,9 @@ class BuildCommandLine:
),
(
"SKIP_DOC=",
- "Skip building all documents. The default is False (build docs)"
+ "Skip building documents. The value can be 'pdf', 'api', "
+ "''all' or 'none'. A comma-separated list is also allowed. "
+ "The default is 'none' (build all docs)"
),
]