[SCM] Samba Shared Repository - branch master updated

Alexander Bokovoy ab at samba.org
Fri Sep 4 16:58:05 UTC 2020


The branch, master has been updated
       via  bd9f64d19dc Fixed arrow keys typo to the computer move command utility
      from  12fbd5dcb1e build: avoid some unnecessary list.extend() calls

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit bd9f64d19dc9e7c2ddbfff6b956c2ec0ea5951b1
Author: Hezekiah <hezekiahmaina3 at gmail.com>
Date:   Tue Sep 1 12:54:39 2020 +0300

    Fixed arrow keys typo to the computer move command utility
    
    Signed-off-by: Hezekiah <hezekiahmaina3 at gmail.com>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    Reviewed-by: David Disseldorp <ddiss at samba.org>
    
    Autobuild-User(master): Alexander Bokovoy <ab at samba.org>
    Autobuild-Date(master): Fri Sep  4 16:57:30 UTC 2020 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 python/samba/netcmd/computer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

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 <new_ou_dn> [options]"
+    synopsis = "%prog <computername> <new_ou_dn> [options]"
 
     takes_options = [
         Option("-H", "--URL", help="LDB URL for database or target server",


-- 
Samba Shared Repository



More information about the samba-cvs mailing list