s4-net: fixed docstring on spn command
authorAndrew Tridgell <tridge@samba.org>
Thu, 26 Aug 2010 07:32:48 +0000 (17:32 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 26 Aug 2010 12:50:20 +0000 (22:50 +1000)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/scripting/python/samba/netcmd/spn.py

index e2eb05d9d2c8c4f32b3d82e0029315792c72c4e8..4cfa21fa03f36658bfb72fa1c047adcaf1336413 100644 (file)
@@ -208,7 +208,7 @@ class cmd_spn_delete(Command):
             raise CommandError("Service principal %s not affected" % name)
 
 class cmd_spn(SuperCommand):
-    """User management [server connection needed]"""
+    """SPN management [server connection needed]"""
 
     subcommands = {}
     subcommands["add"] = cmd_spn_add()