From 429c41da79daa570c5a4145bc4225675aa125699 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 31 Oct 2013 14:57:37 -0400 Subject: [PATCH] Rename client-activity to client_activity to match other management commands. (imported from commit b0b2cd372810923b3c808142f7b7eeef285d132d) --- .../commands/{client-activity.py => client_activity.py} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename zerver/management/commands/{client-activity.py => client_activity.py} (94%) diff --git a/zerver/management/commands/client-activity.py b/zerver/management/commands/client_activity.py similarity index 94% rename from zerver/management/commands/client-activity.py rename to zerver/management/commands/client_activity.py index 5d43629ad5..91215fcc51 100644 --- a/zerver/management/commands/client-activity.py +++ b/zerver/management/commands/client_activity.py @@ -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.