mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
samba-tool: Fix typo
Found by Rob van der Linde <rob@catalyst.net.nz>. Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
2eda24663f
commit
0743e11d46
@@ -361,7 +361,7 @@ class cmd_delete(Command):
|
||||
type=str, metavar="URL", dest="H"),
|
||||
Option("--force-subtree-delete", dest="force_subtree_delete",
|
||||
default=False, action='store_true',
|
||||
help="Delete organizational unit and all children reclusively"),
|
||||
help="Delete organizational unit and all children recursively"),
|
||||
]
|
||||
|
||||
takes_args = ["ou_dn"]
|
||||
|
||||
Reference in New Issue
Block a user