Skip to content

Commit 9fd40a3

Browse files
committed
Refactor help message for --O1 option in input_user.rs to clarify --O1 is the default option
1 parent e87b89f commit 9fd40a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circom/src/input_user.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ mod input_processing {
367367
.long("O1")
368368
.hidden(false)
369369
.takes_value(false)
370-
.help("Only applies signal to signal and signal to constant simplification")
370+
.help("Only applies signal to signal and signal to constant simplification. This is the default option")
371371
.display_order(460)
372372
)
373373
.arg(

0 commit comments

Comments
 (0)