diff options
author | Giampaolo Lauria <lauria2@yahoo.com> | 2011-08-02 13:50:15 -0400 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:01 +1000 |
commit | ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e (patch) | |
tree | af6aac6878ebc682eb8ff66245463dc10d463e1b /source4/scripting/python/samba/netcmd/spn.py | |
parent | ef01932fdbf395c5a27f1935b585c6457a427574 (diff) | |
download | samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.tar.gz samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.tar.xz 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/spn.py')
-rw-r--r-- | source4/scripting/python/samba/netcmd/spn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/spn.py b/source4/scripting/python/samba/netcmd/spn.py index 672f1401e9b..d43b0afd027 100644 --- a/source4/scripting/python/samba/netcmd/spn.py +++ b/source4/scripting/python/samba/netcmd/spn.py @@ -192,7 +192,7 @@ class cmd_spn_delete(Command): raise CommandError("Service principal %s not affected" % name) class cmd_spn(SuperCommand): - """SPN management [server connection needed]""" + """Service Principal Name (SPN) management *""" subcommands = {} subcommands["add"] = cmd_spn_add() |