diff options
author | Karolin Seeger <kseeger@samba.org> | 2012-10-09 11:53:21 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2012-10-09 17:12:07 +0200 |
commit | f9a4a9bfe11c1551b490a0bd12fb6904b4a6542b (patch) | |
tree | 301e769cd0882fed1bc314d8fd8b4e204dca1ef4 /source4/scripting/python/samba/netcmd/time.py | |
parent | 66018ea4fbe290cad6aef54454c1f0703f0dff40 (diff) | |
download | samba-f9a4a9bfe11c1551b490a0bd12fb6904b4a6542b.tar.gz samba-f9a4a9bfe11c1551b490a0bd12fb6904b4a6542b.tar.xz samba-f9a4a9bfe11c1551b490a0bd12fb6904b4a6542b.zip |
samba-tool: Some more unifications...
in the usage message.
Karolin
Diffstat (limited to 'source4/scripting/python/samba/netcmd/time.py')
-rw-r--r-- | source4/scripting/python/samba/netcmd/time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/time.py b/source4/scripting/python/samba/netcmd/time.py index 8f186bda995..694b6adda9b 100644 --- a/source4/scripting/python/samba/netcmd/time.py +++ b/source4/scripting/python/samba/netcmd/time.py @@ -25,7 +25,7 @@ from samba.netcmd import ( ) class cmd_time(Command): - """Retrieve the time on a server + """Retrieve the time on a server. This command returns the date and time of the Active Directory server specified on the command. The server name specified may be the local server or a remote server. If the servername is not specified, the command returns the time and date of the local AD server. |