summaryrefslogtreecommitdiffstats
path: root/docs/doc-system.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc-system.md')
-rw-r--r--docs/doc-system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc-system.md b/docs/doc-system.md
index 56635e4ed..1eb55f817 100644
--- a/docs/doc-system.md
+++ b/docs/doc-system.md
@@ -88,7 +88,7 @@ Currently the only documentation style supported is a single file 'markdown' out
It is possible to generate documentation for Slangs internal `stdlib`. This can be achieved with `slangc` via
```
-slangc -doc -compile-stdlib
+slangc -doc -compile-core-module
```
The documentation will be written to a file `stdlib-doc.md`.