Commit d0f9a0b3 by Czémán Arnold

firewall: fix help message for reaload_firewall command

parent 5bb8d0d9
......@@ -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
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