Skip to content

Commit aa22fb7

Browse files
committed
Fix program name in generated help stuff
1 parent bf185b3 commit aa22fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipedream/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type config struct {
5151
}
5252

5353
var rootCmd = &cobra.Command{
54-
Use: "INPUT | pipedream [flags]\n pipedream [flags] < INPUT",
54+
Use: "pipedream [flags] < INPUT\n INPUT | pipedream [flags]",
5555
Short: "An S3 multipart uploader",
5656
Long: info(),
5757
Args: cobra.NoArgs,

0 commit comments

Comments
 (0)