]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
[Nodeinfo] Correct HELP info on fix_stats.php
authorDiogo Cordeiro <diogo@fc.up.pt>
Sat, 4 May 2019 21:51:30 +0000 (22:51 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Mon, 6 May 2019 22:27:38 +0000 (23:27 +0100)
plugins/Nodeinfo/scripts/fix_stats.php

index dadb8e447c26f1a1ab18deefffaf05450e813b90..e94c2bee50941299c78f855bfd0eb979318a36b2 100755 (executable)
@@ -31,8 +31,7 @@ $helptext = <<<END_OF_HELP
 fix_stats.php [options]
 Counts the stats from database values and updates the table.
 
-    --type          Optional flag to specify the type to update. They all are updated by default.
-                       Type: can be 'users', 'posts' or 'comments'. Or 'all', to update all the types.
+    --type          Type: can be 'users', 'posts' or 'comments'. Or 'all', to update all the types.
 
 END_OF_HELP;