Update flag.go

This commit is contained in:
kuoi 2022-01-15 11:10:12 +00:00 committed by GitHub
parent cf8887d480
commit 741237d024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ var (
)
func dna_flag() {
flag.StringVar(&file_output, "o", "a.nex", "files name wait to out")
flag.StringVar(&file_output, "o", "a.nex", "output file")
flag.Parse()
file_input = flag.Args() // []string{"foo", "bar"}
fmt.Println("==============")