samba-tool: Rename samba-tool command gpo2 --> gpo
authorAmitay Isaacs <amitay@gmail.com>
Tue, 2 Aug 2011 23:37:04 +0000 (09:37 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 04:26:15 +0000 (14:26 +1000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/netcmd/__init__.py

index 3d1283048c359b52d18e5de9cc7550a81d461347..f76fb8abbdc3607493ff2b5ff380a7a061e15dbf 100644 (file)
@@ -208,7 +208,7 @@ commands["rodc"] = cmd_rodc()
 from samba.netcmd.drs import cmd_drs
 commands["drs"] = cmd_drs()
 from samba.netcmd.gpo import cmd_gpo
-commands["gpo2"] = cmd_gpo()
+commands["gpo"] = cmd_gpo()
 from samba.netcmd.ldapcmp import cmd_ldapcmp
 commands["ldapcmp"] = cmd_ldapcmp()
 from samba.netcmd.testparm import cmd_testparm