Skip to content

Commit

Permalink
Improve CLI help message. (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored and ohm314 committed May 21, 2024
1 parent d3040d4 commit 1eff235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ int main(int argc, const char* argv[]) {
fmt::format("Write AST to JSON file ({})", json_ast))->ignore_case();
passes_opt->add_flag("--nmodl-ast",
nmodl_ast,
fmt::format("Write AST to NMODL file ({})", nmodl_ast))->ignore_case();
fmt::format("Write the intermediate AST after each pass as a NMODL file to the scratch directory ({})", nmodl_ast))->ignore_case();
passes_opt->add_flag("--json-perf",
json_perfstat,
fmt::format("Write performance statistics to JSON file ({})", json_perfstat))->ignore_case();
Expand Down

0 comments on commit 1eff235

Please sign in to comment.