From 0438beea6004631eb9325341052f0b7e2b121d80 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 4 Jul 2018 15:39:57 -0700 Subject: db -> database option --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index fd72676..06700b6 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ func main() { flag.StringVarP(&export, "export", "x", "", "export feed. format required: text, json or opml") // options with sensible defaults - flag.StringVarP(&dbfile, "db", "d", "neko.db", "sqlite database file") + flag.StringVarP(&dbfile, "database", "d", "neko.db", "sqlite database file") flag.IntVarP(&port, "http", "s", 4994, "HTTP port to serve on") flag.BoolVarP(&proxyImages, "imageproxy", "i", false, "rewrite and proxy all image requests for privacy (experimental)") flag.BoolVarP(&verbose, "verbose", "v", false, "verbose output") -- cgit v1.2.3