update.php: fix help text

This commit is contained in:
Andrew Dolgov 2012-08-12 11:12:27 +04:00
parent d3253f49aa
commit 9a57512c70
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
print " -get-feeds - receive popular feeds from linked instances\n";
print " -import USER FILE - import articles from XML\n";
print " -quiet - don't show messages\n";
print " -indexes - recreate missing schema indexes\n";
print " -indexes - recreate missing schema indexes\n";
print " -help - show this help\n";
return;
}