summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/rodc.py
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-08-02 13:50:15 -0400
committerAndrew Bartlett <abartlet@samba.org>2011-09-09 15:24:01 +1000
commitca30b9ff3e66134f9d9d741e9c752ab4f6522f4e (patch)
treeaf6aac6878ebc682eb8ff66245463dc10d463e1b /source4/scripting/python/samba/netcmd/rodc.py
parentef01932fdbf395c5a27f1935b585c6457a427574 (diff)
downloadsamba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.tar.gz
samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.tar.bz2
samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.zip
samba-tool: Expanded acronym descriptions
Expanded command acronym descriptions Added footnote for "server connection needed" Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/rodc.py')
-rw-r--r--source4/scripting/python/samba/netcmd/rodc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/rodc.py b/source4/scripting/python/samba/netcmd/rodc.py
index 75c326f950d..f9e2aa91171 100644
--- a/source4/scripting/python/samba/netcmd/rodc.py
+++ b/source4/scripting/python/samba/netcmd/rodc.py
@@ -104,7 +104,7 @@ class cmd_rodc_preload(Command):
class cmd_rodc(SuperCommand):
- """RODC commands"""
+ """Read-Only Domain Controller (RODC) management"""
subcommands = {}
subcommands["preload"] = cmd_rodc_preload()