Skip to content

Commit

Permalink
Refactor help message for --O1 option in input_user.rs to clarify --O…
Browse files Browse the repository at this point in the history
…1 is the default option
  • Loading branch information
miguelis committed Oct 7, 2024
1 parent e87b89f commit 9fd40a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circom/src/input_user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ mod input_processing {
.long("O1")
.hidden(false)
.takes_value(false)
.help("Only applies signal to signal and signal to constant simplification")
.help("Only applies signal to signal and signal to constant simplification. This is the default option")
.display_order(460)
)
.arg(
Expand Down

0 comments on commit 9fd40a3

Please sign in to comment.