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

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>
This commit is contained in:
Giampaolo Lauria 2011-08-30 17:52:59 -04:00 committed by Andrew Bartlett
parent 62379dde23
commit 1081251516

View File

@ -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?"]