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:
parent
62379dde23
commit
1081251516
@ -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?"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user