From bb272df057c33df9d10d99941decc7037a39bae8 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Sun, 22 Dec 2024 05:09:56 -0700 Subject: [PATCH] Minor copy fix --- text/text.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/text.go b/text/text.go index e9d402c..63fbd1a 100644 --- a/text/text.go +++ b/text/text.go @@ -38,7 +38,7 @@ var ( // VersionCommandUsage is the `version` command description. VersionCommandUsage = `show %s version information` // VersionCommandBanner is the `version` command banner. - VersionCommandBanner = `Shows the %s version and exits.` + VersionCommandBanner = `Show %s version information.` // VersionFlagName is the `--version` flag name. VersionFlagName = `version` // VersionFlagUsage is the `--version` flag description.