Unified wording for -v option

This commit is contained in:
asdf 2019-10-22 15:07:37 +11:00
parent 5b1f8984b7
commit 3f0bf1ec41
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ Options:
}
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.Parse()
if *getVersion {