]> git.wh0rd.org - tt-rss.git/commitdiff
update.php: fix help text
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 12 Aug 2012 07:12:27 +0000 (11:12 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 12 Aug 2012 07:12:27 +0000 (11:12 +0400)
update.php

index 4f8dcdbee75d0659fe57cd8aedebe401a0beb1e4..292b5c1be12a9c2b52961fce00b3ca80d8d4948b 100755 (executable)
@@ -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;
        }