Rename client-activity to client_activity to match other management commands.

(imported from commit b0b2cd372810923b3c808142f7b7eeef285d132d)
This commit is contained in:
Tim Abbott 2013-10-31 14:57:37 -04:00
parent dbd4c187e3
commit 429c41da79
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ class Command(BaseCommand):
Usage examples:
python manage.py client-activity
python manage.py client-activity zulip.com
python manage.py client-activity jesstess@zulip.com"""
python manage.py client_activity
python manage.py client_activity zulip.com
python manage.py client_activity jesstess@zulip.com"""
def compute_activity(self, user_activity_objects):
# Report data from the past week.