summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2025-07-15 20:48:43 -0400
committerGitHub <noreply@github.com>2025-07-16 00:48:43 +0000
commitb282d0d012be97cbde66656a5aea65d1f63426c0 (patch)
tree0109a063e90136ecb615d1ded39846c86eae7bb3 /docs
parent439e025c1d3c58cc261c36f1e8d804a403b2856a (diff)
Correct help text for `-dump-intermediate-prefix` (#7768)
Diffstat (limited to 'docs')
-rw-r--r--docs/command-line-slangc-reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/command-line-slangc-reference.md b/docs/command-line-slangc-reference.md
index 205a563f6..50a0a46c7 100644
--- a/docs/command-line-slangc-reference.md
+++ b/docs/command-line-slangc-reference.md
@@ -618,7 +618,7 @@ Dump the AST to a .slang-ast file next to the input.
**-dump-intermediate-prefix &lt;prefix&gt;**
-File name prefix for [-dump-intermediates](#dump-intermediates) outputs, default is 'slang-dump-'
+File name prefix for [-dump-intermediates](#dump-intermediates) outputs, default is no prefix
<a id="dump-intermediates"></a>