From: Andrew Dolgov Date: Sun, 12 Aug 2012 07:12:27 +0000 (+0400) Subject: update.php: fix help text X-Git-Tag: 1.6.0~174 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9a57512c7099fdc91081f7879b155b3cece2e7c7;p=tt-rss.git update.php: fix help text --- diff --git a/update.php b/update.php index 4f8dcdbe..292b5c1b 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; }