mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
samba-tool: Don't require full prog line to be in synopsis.
This commit is contained in:
@ -29,7 +29,7 @@ from samba.netcmd import (
|
||||
|
||||
class cmd_time(Command):
|
||||
"""Retrieve the time on a remote server"""
|
||||
synopsis = "%prog time [server-name] [options]"
|
||||
synopsis = "%prog [server-name] [options]"
|
||||
|
||||
takes_args = ["server_name?"]
|
||||
|
||||
|
Reference in New Issue
Block a user