diff --git a/src/gameservers/management/commands/update_population.py b/src/gameservers/management/commands/update_server_stats.py similarity index 98% rename from src/gameservers/management/commands/update_population.py rename to src/gameservers/management/commands/update_server_stats.py index 7d1fd04..0011774 100755 --- a/src/gameservers/management/commands/update_population.py +++ b/src/gameservers/management/commands/update_server_stats.py @@ -86,7 +86,7 @@ class ServerParser(object): class Command(BaseCommand): - help = 'Update population stats for all ss13 servers.' + help = 'Update history stats for all ss13 servers.' def handle(self, *args, **kwargs): parser = ServerParser()