Skip to content

Commit

Permalink
Document the precedence of --ref properly (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Emerson authored Feb 5, 2021
1 parent 8a22319 commit 69036ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func CreateFetchCli(version string, writer io.Writer, errwriter io.Writer) *cli.
},
cli.StringFlag{
Name: optionRef,
Usage: "The git reference to download. If specified, will override --commit, --branch, and --tag.",
Usage: "The git reference to download. If specified, will take lower precendence than --commit, --branch, and --tag.",
},
cli.StringFlag{
Name: optionCommit,
Expand Down

0 comments on commit 69036ff

Please sign in to comment.