From c6f5902cbc64ec67c04fdebff9625627a2793d83 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Oct 2021 12:18:46 +0300 Subject: [PATCH] fix wrongly renamed CLI options --debug-force-... to --force-... --- update.php | 4 ++-- 1 file 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"],