mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
updater: set --update-schema as optional-value
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
"log-level:",
|
||||
"indexes",
|
||||
"pidlock:",
|
||||
"update-schema:",
|
||||
"update-schema::",
|
||||
"convert-filters",
|
||||
"force-update",
|
||||
"gen-search-idx",
|
||||
@@ -145,7 +145,7 @@
|
||||
print " --log FILE - log messages to FILE\n";
|
||||
print " --log-level N - log verbosity level\n";
|
||||
print " --indexes - recreate missing schema indexes\n";
|
||||
print " --update-schema [force-yes] - update database schema (without prompting)\n";
|
||||
print " --update-schema[=force-yes] - update database schema (without prompting)\n";
|
||||
print " --gen-search-idx - generate basic PostgreSQL fulltext search index\n";
|
||||
print " --convert-filters - convert type1 filters to type2\n";
|
||||
print " --send-digests - send pending email digests\n";
|
||||
|
||||
Reference in New Issue
Block a user