Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtuna committed Feb 7, 2018
1 parent 9232522 commit e99024d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/chart-repo/add.go → cmd/chart-repo/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (
)

var syncCmd = &cobra.Command{
Use: "add [REPO NAME] [REPO URL]",
Short: "add a new chart repository, and resync the whole data",
Use: "sync [REPO NAME] [REPO URL]",
Short: "add a new chart repository, and resync its charts periodically",
Run: func(cmd *cobra.Command, args []string) {
if len(args) != 2 {
logrus.Info("Need exactly two arguments: [REPO NAME] [REPO URL]")
Expand Down

0 comments on commit e99024d

Please sign in to comment.