clarify add flags, rename addTypeFlag to addPageFlag

This commit is contained in:
nytpu
2021-03-18 14:30:25 -06:00
parent 2487727329
commit 843d1b677a
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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.`,