Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Fix: Protocol name
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <knut@ahlers.me>
  • Loading branch information
Luzifer committed Nov 22, 2018
1 parent b21bf36 commit 5a0393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
var (
cfg = struct {
AvatarURL string `flag:"avatar-url" default:"https://www.clker.com/cliparts/n/K/7/e/Q/M/rss-feed-md.png" description:"Image to use as avatar"`
BaseURL string `flag:"base-url" default:"htto://localhost:3000" description:"Base URL of this instance"`
BaseURL string `flag:"base-url" default:"http://localhost:3000" description:"Base URL of this instance"`
DatabasePath string `flag:"database-path" default:"./storage.db" description:"Path to store the database in"`
FeedDefinitions string `flag:"feed-definitions" default:"./feeds.yml" description:"File with shortname to url associations"`
FeedPollInterval time.Duration `flag:"feed-poll-interval,i" default:"1m" description:"How often to poll feeds for new entries"`
Expand Down

0 comments on commit 5a0393c

Please sign in to comment.