Skip to content

Commit

Permalink
fix: wrong help text for version command
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Dec 16, 2024
1 parent b531453 commit 169accf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chisel/cmd_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var shortVersionHelp = "Show version details"
var longVersionHelp = `
The version command displays the versions of the running client and server.
Show the Chisel version and exit.
`

type cmdVersion struct{}
Expand Down

0 comments on commit 169accf

Please sign in to comment.