Commit e0390350 authored by Marco Mariani's avatar Marco Mariani

added maximal_delay to new cli

parent ac29c88d
......@@ -61,6 +61,8 @@ class SlapgridCommand(ConfigCommand):
ap.add_argument('--now',
action='store_true',
help='Launch slapgrid without delay. Default behavior.')
ap.add_argument('--maximal_delay',
help='Deprecated. Will only work from configuration file in the future.')
return ap
@must_be_root
......
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 to comment