aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-06-17 17:30:04 +0200
committerGitHub <noreply@github.com>2020-06-17 17:30:04 +0200
commit36b45c7e42c64299f1b70a656ad840cad90dc5b6 (patch)
tree9ef230e2ca8a73b5d4ab85c6a34af7c59f3c9e78 /commands
parent6352d6aa2338f47cd8b60631dec5f4161d9d92ec (diff)
parentff0ff86336cab667369f3d89aa1c603abffd23c6 (diff)
downloadgit-bug-36b45c7e42c64299f1b70a656ad840cad90dc5b6.tar.gz
Merge pull request #404 from tbm/typos
doc: fix typos
Diffstat (limited to 'commands')
-rw-r--r--commands/version.go2
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",
)
}