diff --git a/cmd/chisel/cmd_version.go b/cmd/chisel/cmd_version.go index 9097a776..a7df30a7 100644 --- a/cmd/chisel/cmd_version.go +++ b/cmd/chisel/cmd_version.go @@ -10,7 +10,7 @@ import ( var shortVersionHelp = "Show version details" var longVersionHelp = ` -Show the Chisel version and exit. +Show the tool version and exit. ` type cmdVersion struct{}