Update the message for outputFile

This commit is contained in:
Sean Smith 2017-06-03 22:07:53 -07:00
parent de36c3860c
commit 4cfca3d817
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ var (
typeNames = flag.String("type", "", "comma-separated list of type names; must be set")
outputPrefix = flag.String("prefix", "", "prefix to be added to the output file")
outputSuffix = flag.String("suffix", "_jsonenums", "suffix to be added to the output file")
outputFile = flag.String("file", "", "Specify the exact filename to output with. Will ignore output prefix/suffix values.")
outputFile = flag.String("file", "", "Specify the exact filename to output with. "+
"Will ignore output prefix/suffix values. This option should be used if multiple types are set")
)
func main() {