Skip to content

Commit c00a48b

Browse files
committed
chore: Indicate positional parameter name
1 parent a8db3db commit c00a48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var opt struct {
3232
}
3333

3434
var cmd = &cobra.Command{
35-
Use: "awscurl",
35+
Use: "awscurl [URL]",
3636
Args: cobra.ExactArgs(1),
3737
Run: run,
3838
}

0 commit comments

Comments
 (0)