fix wrongly renamed CLI options --debug-force-... to --force-...

This commit is contained in:
Andrew Dolgov 2021-10-11 12:18:46 +03:00
parent a9646b9574
commit c6f5902cbc
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@
"gen-search-idx" => "generate basic PostgreSQL fulltext search index",
"plugins-list" => "list installed plugins",
"debug-feed:" => ["N", "update specified feed with debug output enabled"],
"debug-force-refetch" => "debug update: force refetch feed data",
"debug-force-rehash" => "debug update: force rehash articles",
"force-refetch" => "debug update: force refetch feed data",
"force-rehash" => "debug update: force rehash articles",
"opml-export:" => ["USER:FILE", "export OPML of USER to FILE"],
"user-list" => "list all users",
# "user-add:" => ["USER[:PASSWORD]", "add USER, optionally without prompting for PASSWORD"],