[Nodeinfo] Correct HELP info on fix_stats.php

This commit is contained in:
Diogo Cordeiro 2019-05-04 22:51:30 +01:00
parent fe411e8138
commit 688fa4839c
1 changed files with 1 additions and 2 deletions

View File

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