From ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e Mon Sep 17 00:00:00 2001 From: Giampaolo Lauria Date: Tue, 2 Aug 2011 13:50:15 -0400 Subject: samba-tool: Expanded acronym descriptions Expanded command acronym descriptions Added footnote for "server connection needed" Signed-off-by: Amitay Isaacs Signed-off-by: Andrew Bartlett --- source4/scripting/python/samba/netcmd/spn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python/samba/netcmd/spn.py') 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() -- cgit