From ff0ff86336cab667369f3d89aa1c603abffd23c6 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 16 Jun 2020 21:29:18 +0800 Subject: doc: fix typos --- commands/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') 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", ) } -- cgit