Skip to content

Commit

Permalink
Update cmd/root.go
Browse files Browse the repository at this point in the history
Co-authored-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com>
  • Loading branch information
walkowif and cicdguy authored Jan 19, 2024
1 parent d9987b4 commit d732560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newRootCommand() {
rootCmd = &cobra.Command{
Use: "git-synchronizer",
Short: "A tool to synchronize git repositories.",
Long: `A tool to synchronize git repositories.`,
Long: `A tool to synchronize git repositories from one git server to another.`,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
initializeConfig()
},
Expand Down

0 comments on commit d732560

Please sign in to comment.