mirror of
https://github.com/samba-team/samba.git
synced 2025-07-14 12:59:07 +03:00
s4:net utility - make outprinted description comments more consistent
I've added a [server connection needed] when commands won't work on the local SamDB.
This commit is contained in:
@ -28,7 +28,7 @@ from samba.netcmd import (
|
||||
)
|
||||
|
||||
class cmd_export_keytab(Command):
|
||||
"""Dumps kerberos keys of the domain into a keytab."""
|
||||
"""Dumps kerberos keys of the domain into a keytab"""
|
||||
synopsis = "%prog export keytab <keytab>"
|
||||
|
||||
takes_optiongroups = {
|
||||
@ -50,7 +50,7 @@ class cmd_export_keytab(Command):
|
||||
|
||||
|
||||
class cmd_export(SuperCommand):
|
||||
"""Dumps the sam of the domain we are joined to."""
|
||||
"""Dumps the sam of the domain we are joined to [server connection needed]"""
|
||||
|
||||
subcommands = {}
|
||||
subcommands["keytab"] = cmd_export_keytab()
|
||||
|
Reference in New Issue
Block a user