Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jan 25, 2024
1 parent af440c5 commit 9ecc4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ func newRootCommand() {
rootCmd.PersistentFlags().StringVarP(&workingDirectory, "workingDirectory", "w", "/tmp/git-synchronizer",
"Directory where synchronized repositories will be cloned.")
rootCmd.PersistentFlags().IntVarP(&maxRetries, "maxRetries", "r", 3,
"Maximum number of retires in case a failure happens while: cloning source repository,"+
"getting branches and tags from remote, fetching branches from source repository,"+
"Maximum number of retires in case a failure happens while: cloning source repository, "+
"getting branches and tags from remote, fetching branches from source repository, "+
"or pushing refs to destination repository.")

// Add version command.
Expand Down

0 comments on commit 9ecc4d4

Please sign in to comment.