summaryrefslogtreecommitdiff
path: root/example/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'example/stdlib')
-rw-r--r--example/stdlib/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/stdlib/main.go b/example/stdlib/main.go
index 5beee51..c54130c 100644
--- a/example/stdlib/main.go
+++ b/example/stdlib/main.go
@@ -20,7 +20,7 @@ var (
func main() {
// Run the completion. Notice that since we are using standard library flags, only the flag
// names will be completed and not their values.
- complete.CommandLine("stdlib")
+ complete.CommandLine()
// Parse the flags.
flag.Parse()