Skip to content

Commit

Permalink
Update tools/cli/internal/cli/merge/merge.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gustavo Bazan <gus.bazan@hey.com>
  • Loading branch information
andreaangiolillo and gssbzn committed Mar 8, 2024
1 parent 6863e71 commit 0bf9477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/internal/cli/merge/merge.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func Builder() *cobra.Command {
opts := &Opts{}

cmd := &cobra.Command{
Use: "merge -b [base-spec] -e [spec-1] -e [spec-2]",
Use: "merge -b base-spec [-e spec]...",
Short: "Merge Open API specifications into a base spec.",
Args: cobra.NoArgs,
PreRunE: func(_ *cobra.Command, args []string) error {
Expand Down

0 comments on commit 0bf9477

Please sign in to comment.