diff --git a/main.go b/main.go index 819cb23..88b32d3 100644 --- a/main.go +++ b/main.go @@ -73,7 +73,7 @@ func CreateFetchCli(version string) *cli.App { }, 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,