Skip to content

Commit

Permalink
improve SetConfigArgs::from_path arg message
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Jan 6, 2024
1 parent 23c6a7c commit e598241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/komodefi_cli/src/cli_cmd_args/cmd_set_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub(crate) struct SetConfigArgs {
help = "Set `Yes` if you want to use secure connection with your mm2 rpc. RPC should supported secure!"
)]
pub(crate) secure_conn: Option<bool>,
#[arg(long, short, help = "Set configuration from path")]
#[arg(long, short, help = "Set configuration from MM2.json config path")]
pub(crate) from_path: bool,
}

Expand Down

0 comments on commit e598241

Please sign in to comment.