Skip to content

Commit

Permalink
Minor copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Dec 22, 2024
1 parent e25aeaa commit bb272df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bb272df

Please sign in to comment.