aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/index.go')
-rw-r--r--cmd/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/index.go b/cmd/index.go
index c5d1107..62b9af0 100644
--- a/cmd/index.go
+++ b/cmd/index.go
@@ -43,7 +43,7 @@ func setupIndexFlags(args []string, fs *flag.FlagSet, flags *IndexFlags) {
return nil
})
- fs.Parse(args[1:])
+ fs.Parse(args)
}
func runIndex(gFlags GlobalFlags, iFlags IndexFlags, db *data.Query) byte {