From f4b563528fee22e11b433141401fc392c3589094 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 19 Jan 2022 10:40:37 +0100 Subject: [PATCH] docs: point to new option for better assurance on tag listing --- cli/recipe/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/recipe/upgrade.go b/cli/recipe/upgrade.go index 49f08985..d2678fb4 100644 --- a/cli/recipe/upgrade.go +++ b/cli/recipe/upgrade.go @@ -157,7 +157,7 @@ You may invoke this command in "wizard" mode and be prompted for input: sort.Sort(tagcmp.ByTagDesc(compatible)) if len(compatible) == 0 && !internal.AllTags { - logrus.Info(fmt.Sprintf("no new versions available for %s, %s is the latest", image, tag)) + logrus.Info(fmt.Sprintf("no new versions available for %s, assuming %s is the latest (use -a/--all-tags to see all anyway)", image, tag)) continue // skip on to the next tag and don't update any compose files }