Skip to content

Commit 69036ff

Browse files
author
Pete Emerson
authored
Document the precedence of --ref properly (#92)
1 parent 8a22319 commit 69036ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func CreateFetchCli(version string, writer io.Writer, errwriter io.Writer) *cli.
8282
},
8383
cli.StringFlag{
8484
Name: optionRef,
85-
Usage: "The git reference to download. If specified, will override --commit, --branch, and --tag.",
85+
Usage: "The git reference to download. If specified, will take lower precendence than --commit, --branch, and --tag.",
8686
},
8787
cli.StringFlag{
8888
Name: optionCommit,

0 commit comments

Comments
 (0)