Skip to content

Commit 29db05d

Browse files
authored
Merge pull request #2053 from JasonGross/print-rewriting-pass-default
Fix the help of --asm-rewriting-pipeline
1 parent 2872ecd commit 29db05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLI.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Module ForExtraction.
542542
Definition asm_rewriting_pipeline_spec : named_argT
543543
:= ([Arg.long_key "asm-rewriting-pipeline"],
544544
Arg.Custom (parse_string_and parse_list_rewrite_pass) "REWRITE_PASS",
545-
["Specifies the order and multiplicity of rewriting passes used in the assembly equivalence checker. Default: " ++ default_asm_rewriting_passes]).
545+
["Specifies the order and multiplicity of rewriting passes used in the assembly equivalence checker. Default: " ++ default_asm_rewriting_pipeline]).
546546
Definition asm_rewriting_passes_spec : named_argT
547547
:= ([Arg.long_key "asm-rewriting-passes"],
548548
Arg.String,

0 commit comments

Comments
 (0)