Skip to content

Commit

Permalink
fix: Fix help message for downgrade (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-hofmann authored Nov 3, 2023
1 parent 7d1d91d commit 41a8005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
&cli.StringFlag{
Name: "mod-name",
Value: "",
Usage: "upgrade a dependency instead of your main module",
Usage: "downgrade a dependency instead of your main module",
},
},
},
Expand Down

0 comments on commit 41a8005

Please sign in to comment.