From 82493767929c7ab279d92119ced3eadef7e317e6 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Wed, 19 Sep 2018 15:25:38 -0700 Subject: add html export to command line help --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 36bc98c..29888b2 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ func main() { flag.BoolVarP(&help, "help", "h", false, "print usage information") flag.BoolVarP(&update, "update", "u", false, "fetch feeds and store new items") flag.StringVarP(&newFeed, "add", "a", "", "add the feed at URL `http://example.com/rss.xml`") - flag.StringVarP(&export, "export", "x", "", "export feed. format required: text, json or opml") + flag.StringVarP(&export, "export", "x", "", "export feed. format required: text, opml, html, or json") // options -- defaults are set in config/main.go and overridden by cmd line flag.StringVarP(&dbfile, "database", "d", "", "sqlite database file") -- cgit v1.2.3