mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:05:56 +00:00
update.php: remove decrypt-feeds mention in help text
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
"debug-feed:",
|
"debug-feed:",
|
||||||
"force-refetch",
|
"force-refetch",
|
||||||
"force-rehash",
|
"force-rehash",
|
||||||
"decrypt-feeds",
|
|
||||||
"help");
|
"help");
|
||||||
|
|
||||||
foreach (PluginHost::getInstance()->get_commands() as $command => $data) {
|
foreach (PluginHost::getInstance()->get_commands() as $command => $data) {
|
||||||
@@ -92,7 +91,6 @@
|
|||||||
print " --debug-feed N - perform debug update of feed N\n";
|
print " --debug-feed N - perform debug update of feed N\n";
|
||||||
print " --force-refetch - debug update: force refetch feed data\n";
|
print " --force-refetch - debug update: force refetch feed data\n";
|
||||||
print " --force-rehash - debug update: force rehash articles\n";
|
print " --force-rehash - debug update: force rehash articles\n";
|
||||||
print " --decrypt-feeds - decrypt feed passwords\n";
|
|
||||||
print " --help - show this help\n";
|
print " --help - show this help\n";
|
||||||
print "Plugin options:\n";
|
print "Plugin options:\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user