summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index d70f2d5..372bf39 100644
--- a/flags.go
+++ b/flags.go
@@ -39,7 +39,7 @@ var commands = map[string]*flag.FlagSet{
// set up various flags for each individual command
var (
// add
- addTypeFlag = commands["add"].BoolP(
+ addPageFlag = commands["add"].BoolP(
"watch", "w",
false,
`Watch a page instead of adding it as a feed.`,