diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-12 11:12:27 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-12 11:12:27 +0400 |
| commit | 9a57512c7099fdc91081f7879b155b3cece2e7c7 (patch) | |
| tree | 84b5b6d7cfcc8d5a0c8d5e64164f62d1af3e7b7b /update.php | |
| parent | d3253f49aa90a481c97f137987025e401d0b6b01 (diff) | |
update.php: fix help text
Diffstat (limited to 'update.php')
| -rwxr-xr-x | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 4f8dcdbee..292b5c1be 100755 --- a/update.php +++ b/update.php @@ -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; } |