From d0f9a0b3dce8aa8374efac5daa75cb0c7d28128b Mon Sep 17 00:00:00 2001
From: Czémán Arnold <czeman.arnold@cloud.bme.hu>
Date: Thu, 30 Jul 2015 15:30:31 +0200
Subject: [PATCH] firewall: fix help message for reaload_firewall command

---
 circle/firewall/management/commands/reload_firewall.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/circle/firewall/management/commands/reload_firewall.py b/circle/firewall/management/commands/reload_firewall.py
index b2f634a..40f1b9c 100644
--- a/circle/firewall/management/commands/reload_firewall.py
+++ b/circle/firewall/management/commands/reload_firewall.py
@@ -31,8 +31,8 @@ class Command(BaseCommand):
                             dest='sync',
                             const=True,
                             default=False,
-                            help='Delete poll instead of closing it')
+                            help='synchronous reload')
 
     def handle(self, *args, **options):
 
-        reloadtask('Vlan', sync=options["sync"])
+        reloadtask('Vlan', sync=options["sync"])
\ No newline at end of file
--
libgit2 0.26.0