Fix doc error

This commit is contained in:
Eyal Posener 2019-11-27 21:21:30 +02:00
parent 3ac431b3cc
commit 8a431c416e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
//
// func main() {
// complete.CommandLine("my-program")
// flag.ParseArgs()
// flag.Parse()
// // Main function.
// }
package compflag