summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ba72ece..2e71346 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ var ARGNAME string = "autogenpb"
// var fsort *os.File // the sort.pb.go output file
func main() {
- auto := prep.Bash3(&argv) // add support for bash autocomplete with go-arg
+ auto := prep.Bash(&argv) // add support for bash autocomplete with go-arg
var pb *Files
pb = new(Files)