1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

s4: samba-tool time --help documentation improvements

Signed-off-by: Theresa Halloran <thallora@linux.vnet.ibm.com>

Signed-off-by: Andrew Tridgell <tridge@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Thu Nov 10 06:04:22 CET 2011 on sn-devel-104
This commit is contained in:
Theresa Halloran
2011-11-09 20:16:33 -05:00
committed by Andrew Tridgell
parent 4ea6225c58
commit 7d84805ac0

View File

@ -28,7 +28,20 @@ from samba.netcmd import (
)
class cmd_time(Command):
"""Retrieve the time on a remote 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.
Example1:
samba-tool time samdom.example.com
Example1 returns the date and time of the server samdom.example.com.
Example2:
samba-tool time
Example2 return the date and time of the local server.
"""
synopsis = "%prog [server-name] [options]"
takes_args = ["server_name?"]