Skip to content

Commit

Permalink
change child command name
Browse files Browse the repository at this point in the history
  • Loading branch information
longtao.wu committed Aug 2, 2022
1 parent 55abd54 commit 630cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var storageList []string

// uploadCmd represents the upload command
var uploadCmd = &cobra.Command{
Use: "run",
Use: "upload",
Short: "upload pic list",
Long: `upload pic list`,
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit 630cb44

Please sign in to comment.