Skip to content

Commit

Permalink
Fix program name in generated help stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Nov 12, 2020
1 parent bf185b3 commit aa22fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipedream/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type config struct {
}

var rootCmd = &cobra.Command{
Use: "INPUT | pipedream [flags]\n pipedream [flags] < INPUT",
Use: "pipedream [flags] < INPUT\n INPUT | pipedream [flags]",
Short: "An S3 multipart uploader",
Long: info(),
Args: cobra.NoArgs,
Expand Down

0 comments on commit aa22fb7

Please sign in to comment.