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

Commit

Permalink
cleanup: server.go flag help massage typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Guangming Wang <[email protected]>
  • Loading branch information
Guangming Wang authored Aug 13, 2019
1 parent 9e0f37c commit 53a8370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dfget/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func initServerFlags() {
flagSet.DurationVar(&cfg.RV.DataExpireTime, "expiretime", config.DataExpireTime,
"caching duration for which cached file keeps no accessed by any process, after this period cache file will be deleted")
flagSet.DurationVar(&cfg.RV.ServerAliveTime, "alivetime", config.ServerAliveTime,
"Alive duration for which uploader keeps no accessing by any uploading requests, after this period uploader will automically exit")
"Alive duration for which uploader keeps no accessing by any uploading requests, after this period uploader will automatically exit")

flagSet.BoolVar(&cfg.Verbose, "verbose", false,
"be verbose")
Expand Down

0 comments on commit 53a8370

Please sign in to comment.