Commit d0f9a0b3 by Czémán Arnold

firewall: fix help message for reaload_firewall command

parent 5bb8d0d9
...@@ -31,7 +31,7 @@ class Command(BaseCommand): ...@@ -31,7 +31,7 @@ class Command(BaseCommand):
dest='sync', dest='sync',
const=True, const=True,
default=False, default=False,
help='Delete poll instead of closing it') help='synchronous reload')
def handle(self, *args, **options): def handle(self, *args, **options):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment