From 7d84805ac06522dabeb4f8d5b69dab2918a508ba Mon Sep 17 00:00:00 2001 From: Theresa Halloran Date: Wed, 9 Nov 2011 20:16:33 -0500 Subject: s4: samba-tool time --help documentation improvements Signed-off-by: Theresa Halloran Signed-off-by: Andrew Tridgell Autobuild-User: Andrew Tridgell Autobuild-Date: Thu Nov 10 06:04:22 CET 2011 on sn-devel-104 --- source4/scripting/python/samba/netcmd/time.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'source4/scripting') diff --git a/source4/scripting/python/samba/netcmd/time.py b/source4/scripting/python/samba/netcmd/time.py index 62d4d1ba3c..966799e7db 100644 --- a/source4/scripting/python/samba/netcmd/time.py +++ b/source4/scripting/python/samba/netcmd/time.py @@ -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?"] -- cgit