From 1005e2ae7c71448b33afade567c75b62aee36364 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 17 Dec 2013 16:21:48 -0500 Subject: [PATCH] Use module docstring for usage information (imported from commit 7c1cbf68eca4e3f31c75bfe13b50654e76be0df3) --- zerver/management/commands/email-mirror.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zerver/management/commands/email-mirror.py b/zerver/management/commands/email-mirror.py index da4df26327..c2844dece5 100755 --- a/zerver/management/commands/email-mirror.py +++ b/zerver/management/commands/email-mirror.py @@ -109,10 +109,7 @@ def main(): d.addBoth(done) class Command(BaseCommand): - help = """Forward emails sent to the configured email gateway to Zulip. - -Run this command out of a cron job. -""" + help = __doc__ def handle(self, **options): if (not settings.EMAIL_GATEWAY_BOT or not settings.EMAIL_GATEWAY_LOGIN or