Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
remove short flag for minRate
Browse files Browse the repository at this point in the history
Signed-off-by: yizheng <yizheng@cs.unc.edu>
  • Loading branch information
jyizheng committed Jul 9, 2019
1 parent 030f255 commit 5908c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dfget/app/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func initFlags() {
// localLimit & minRate & totalLimit & timeout
flagSet.StringVarP(&localLimit, "locallimit", "s", "",
"network bandwidth rate limit for single download task, in format of 20M/m/K/k")
flagSet.StringVarP(&minRate, "minrate", "x", "",
flagSet.StringVar(&minRate, "minrate", "",
"minimal network bandwidth rate for downloading a file, in format of 20M/m/K/k")
flagSet.StringVar(&totalLimit, "totallimit", "",
"network bandwidth rate limit for the whole host, in format of 20M/m/K/k")
Expand Down

0 comments on commit 5908c89

Please sign in to comment.