summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-08-30 17:52:59 -0400
committerAndrew Bartlett <abartlet@samba.org>2011-09-09 15:24:02 +1000
commit10812515161d53e582974381dddaacdb7f5a8461 (patch)
tree2c15058c7fd8fd6618048b80711c476501390e1e /source4
parent62379dde2389082f17fea6fdaa3821419fdd38a3 (diff)
downloadsamba-10812515161d53e582974381dddaacdb7f5a8461.tar.gz
samba-10812515161d53e582974381dddaacdb7f5a8461.tar.bz2
samba-10812515161d53e582974381dddaacdb7f5a8461.zip
samba-tool: Fixed "time" command synopsis
"server_name" is an optional parameter added "options" parameter Signed-off-by: Amitay Isaacs <amitay@gmail.com> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/netcmd/time.py2
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 2d9e225935..4052f8a5b7 100644
--- a/source4/scripting/python/samba/netcmd/time.py
+++ b/source4/scripting/python/samba/netcmd/time.py
@@ -29,7 +29,7 @@ from samba.netcmd import (
class cmd_time(Command):
"""Retrieve the time on a remote server *"""
- synopsis = "%prog time <server-name>"
+ synopsis = "%prog time [server-name] [options]"
takes_args = ["server_name?"]