1
0
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:
Joseph Sutton
2023-06-08 13:44:59 +12:00
committed by Andrew Bartlett
parent 2eda24663f
commit 0743e11d46
2 changed files with 2 additions and 2 deletions

View File

@@ -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"]