diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-06-16 21:29:18 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-06-16 21:32:03 +0800 |
commit | ff0ff86336cab667369f3d89aa1c603abffd23c6 (patch) | |
tree | 9ef230e2ca8a73b5d4ab85c6a34af7c59f3c9e78 /commands | |
parent | 6352d6aa2338f47cd8b60631dec5f4161d9d92ec (diff) | |
download | git-bug-ff0ff86336cab667369f3d89aa1c603abffd23c6.tar.gz |
doc: fix typos
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", ) } |