From 9fd40a34f42912ee52230f8b6a114d78f6df1a48 Mon Sep 17 00:00:00 2001 From: miguelis Date: Mon, 7 Oct 2024 18:50:34 +0200 Subject: [PATCH] Refactor help message for --O1 option in input_user.rs to clarify --O1 is the default option --- circom/src/input_user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circom/src/input_user.rs b/circom/src/input_user.rs index 88c46418..d396d3db 100644 --- a/circom/src/input_user.rs +++ b/circom/src/input_user.rs @@ -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(