From: Hezekiah Date: Tue, 1 Sep 2020 09:54:39 +0000 (+0300) Subject: Fixed arrow keys typo to the computer move command utility X-Git-Tag: talloc-2.3.2~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd9f64d19dc9e7c2ddbfff6b956c2ec0ea5951b1;p=thirdparty%2Fsamba.git Fixed arrow keys typo to the computer move command utility Signed-off-by: Hezekiah Reviewed-by: Alexander Bokovoy Reviewed-by: David Disseldorp Autobuild-User(master): Alexander Bokovoy Autobuild-Date(master): Fri Sep 4 16:57:30 UTC 2020 on sn-devel-184 --- diff --git a/python/samba/netcmd/computer.py b/python/samba/netcmd/computer.py index d48a3e732fd..5d1662b3508 100644 --- a/python/samba/netcmd/computer.py +++ b/python/samba/netcmd/computer.py @@ -666,7 +666,7 @@ attribute. class cmd_computer_move(Command): """Move a computer to an organizational unit/container.""" - synopsis = "%prog computername [options]" + synopsis = "%prog [options]" takes_options = [ Option("-H", "--URL", help="LDB URL for database or target server",