]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fixed arrow keys typo to the computer move command utility
authorHezekiah <hezekiahmaina3@gmail.com>
Tue, 1 Sep 2020 09:54:39 +0000 (12:54 +0300)
committerAlexander Bokovoy <ab@samba.org>
Fri, 4 Sep 2020 16:57:30 +0000 (16:57 +0000)
Signed-off-by: Hezekiah <hezekiahmaina3@gmail.com>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Fri Sep  4 16:57:30 UTC 2020 on sn-devel-184

python/samba/netcmd/computer.py

index d48a3e732fd0cc073401a8b8816f3cfbb66b4e71..5d1662b35084252ddafad4f9584533ba568f2659 100644 (file)
@@ -666,7 +666,7 @@ attribute.
 class cmd_computer_move(Command):
     """Move a computer to an organizational unit/container."""
 
-    synopsis = "%prog computername <new_ou_dn> [options]"
+    synopsis = "%prog <computername> <new_ou_dn> [options]"
 
     takes_options = [
         Option("-H", "--URL", help="LDB URL for database or target server",