update.php: fix help text

master
Andrew Dolgov 12 years ago
parent d3253f49aa
commit 9a57512c70

@ -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;
}

Loading…
Cancel
Save