Skip to content

Commit

Permalink
fix for latest cli
Browse files Browse the repository at this point in the history
  • Loading branch information
weavenet committed Aug 13, 2014
1 parent 9378575 commit c9842fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ func main() {
app.Usage = "gosync OPTIONS SOURCE TARGET"
app.Version = version.Version()
app.Flags = []cli.Flag{
cli.IntFlag{"concurrent, c", 20, "number of concurrent transfers"},
cli.StringFlag{"log-level, l", "info", "log level"},
cli.IntFlag{"concurrent, c", 20, "number of concurrent transfers", ""},
cli.StringFlag{"log-level, l", "info", "log level", ""},
}

const concurrent = 20
Expand Down

0 comments on commit c9842fc

Please sign in to comment.