diff --git a/src/arg_parser.rs b/src/arg_parser.rs index 34541c87e74357..d74d55f6354f93 100644 --- a/src/arg_parser.rs +++ b/src/arg_parser.rs @@ -59,7 +59,6 @@ where .arg( Arg::with_name("dollars_per_sol") .long("dollars-per-sol") - .required(true) .takes_value(true) .value_name("NUMBER") .help("Dollars per SOL, if input CSV contains bids"),