Skip to content

Commit c5ff028

Browse files
committed
Default ignore-rules-validation to True
1 parent 3356188 commit c5ff028

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

feedbin_archiver.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ def run_archive(feedbin_api, rules, dry_run):
326326
parser.add_argument(
327327
"--ignore-rules-validation",
328328
type=str2bool,
329-
default="false",
330-
help="True to ignore validation checks on the rules file; "
331-
"false to exit on validation errors. Default: False.",
329+
default="true",
330+
help="False to fail with an error if given a rule for a feed you're "
331+
"not subscribed to; True to ignore this case. Default: True.",
332332
)
333333
parser.add_argument(
334334
"--max-age",

0 commit comments

Comments
 (0)