diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/version.go b/commands/version.go index 05016a0b..668c37fe 100644 --- a/commands/version.go +++ b/commands/version.go @@ -66,6 +66,6 @@ func init() { "Only show the commit hash", ) versionCmd.Flags().BoolVarP(&versionAll, "all", "a", false, - "Show all version informations", + "Show all version information", ) } |