diff options
| author | Sam Estep <sam@samestep.com> | 2025-07-09 17:34:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 21:34:09 +0000 |
| commit | 2d82d630e11d296ce1f52fe27d17081070042d56 (patch) | |
| tree | 733ce86e1daa2c8b55a32c116a335c6f6d53f010 /source/slang/slang-options.cpp | |
| parent | e40ddc6efb275a753a46f8c8bcc420801668c931 (diff) | |
Fix `slangc --help` text for `-reflection-json` (#7653)
Diffstat (limited to 'source/slang/slang-options.cpp')
| -rw-r--r-- | source/slang/slang-options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-options.cpp b/source/slang/slang-options.cpp index fde13463e..c532e91ae 100644 --- a/source/slang/slang-options.cpp +++ b/source/slang/slang-options.cpp @@ -565,7 +565,7 @@ void initCommandOptions(CommandOptions& options) "Include additional type conformance during linking for dynamic dispatch."}, {OptionKind::EmitReflectionJSON, "-reflection-json", - "reflection-json <path>", + "-reflection-json <path>", "Emit reflection data in JSON format to a file."}}; _addOptions(makeConstArrayView(generalOpts), options); |
