Skip to content

Commit

Permalink
set streams short arg to -s
Browse files Browse the repository at this point in the history
  • Loading branch information
ajclark committed Jan 21, 2024
1 parent dac0b6e commit b7fc93d
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 @@ -23,7 +23,7 @@ fn main() {
.value_name("user@host:remote_path")
.index(2))
.arg(Arg::new("streams")
.short('c')
.short('s')
.long("streams")
.help("The number of parallel streams")
.default_value("20")
Expand Down

0 comments on commit b7fc93d

Please sign in to comment.