samba-tool: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 8 Jun 2023 01:44:59 +0000 (13:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 14 Jun 2023 22:57:35 +0000 (22:57 +0000)
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>
docs-xml/manpages/samba-tool.8.xml
python/samba/netcmd/ou.py

index 0834f6066596ca07c708eec8ec2266ff54d23fea..910d909377163b2047ead183ef2eedd5d5388cf1 100644 (file)
        <varlistentry>
        <term>--force-subtree-delete</term>
        <listitem><para>
-       Delete organizational unit and all children reclusively.
+       Delete organizational unit and all children recursively.
        </para></listitem>
        </varlistentry>
        </variablelist>
index d83920d9862e76b983dbf7a83d988c390932f974..8236a7c22e395025a1c0371d1b7ef96e10a4d108 100644 (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"]