summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-30 06:56:31 +0300
committerAndrew Dolgov <[email protected]>2020-09-30 06:56:31 +0300
commit476be67ff9e9d0b38487ea6e6ccea393a67837de (patch)
tree243391be8eb2c90efd776fe30914067677d6551c /update.php
parent15e8ee3471cd0cc9ab507caa8a602d75f9f6c7ba (diff)
updater: set --update-schema as optional-value
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 f62ac0355..95f19d022 100755
--- a/update.php
+++ b/update.php
@@ -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";