We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87b89f commit 9fd40a3Copy full SHA for 9fd40a3
circom/src/input_user.rs
@@ -367,7 +367,7 @@ mod input_processing {
367
.long("O1")
368
.hidden(false)
369
.takes_value(false)
370
- .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")
371
.display_order(460)
372
)
373
.arg(
0 commit comments