From 69036ff011a0a8466cfe0563c368ce8215508f70 Mon Sep 17 00:00:00 2001 From: Pete Emerson Date: Thu, 4 Feb 2021 20:07:31 -0800 Subject: [PATCH] Document the precedence of --ref properly (#92) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f97aadb..2306d48 100644 --- a/main.go +++ b/main.go @@ -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,