PEP8: fix E127: continuation line over-indented for visual indent
[samba.git] / python / samba / netcmd / dsacl.py
index d385b73dbeb3d45c4a35973cfce1c28ae216f928..9046763841556a43b443fcd0d67e5ba2e0f0d7fa 100644 (file)
@@ -74,7 +74,7 @@ class cmd_dsacl_set(Command):
                                                 "ro-repl-secret-sync"],
                help=car_help),
         Option("--action", type="choice", choices=["allow", "deny"],
-                help="""Deny or allow access"""),
+               help="""Deny or allow access"""),
         Option("--objectdn", help="DN of the object whose SD to modify",
             type="string"),
         Option("--trusteedn", help="DN of the entity that gets access",