summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-10-11 12:18:46 +0300
committerAndrew Dolgov <[email protected]>2021-10-11 12:18:46 +0300
commitc6f5902cbc64ec67c04fdebff9625627a2793d83 (patch)
tree6fb3ef854f075adb23dd870aba49847789ef377b /update.php
parenta9646b9574cdf9b92897aa1ff480fbb5df6a7b2e (diff)
fix wrongly renamed CLI options --debug-force-... to --force-...
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.php b/update.php
index 0fe4402e3..67bf68f23 100755
--- a/update.php
+++ b/update.php
@@ -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"],