Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk569937453 committed May 12, 2024
1 parent 10a0f1d commit ad6007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ struct Cli {
certificate_path_option: Option<String>,

/// The downloading file path .
#[arg(global = true, short = 'O', long, default_missing_value = "none")]
#[arg(global = true, short = 'o', long, default_missing_value = "none")]
file_path_option: Option<String>,

/// Skip certificate validation.
Expand Down

0 comments on commit ad6007c

Please sign in to comment.