Unified wording for -v option

This commit is contained in:
asdf 2019-10-22 15:07:37 +11:00
parent 17b1e6eff2
commit 1bc6e75ada
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Options:
} }
func main() { func main() {
getVersion := flag.Bool("v", false, "Print version information and exit") getVersion := flag.Bool("v", false, "Display version information and exit")
flag.Usage = printHelp flag.Usage = printHelp
flag.Parse() flag.Parse()
if *getVersion { if *getVersion {