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

samba-tool: epilog option to OptionParser available in python >= 2.6

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Amitay Isaacs
2011-09-09 13:27:13 +10:00
committed by Andrew Bartlett
parent 4d0ead86e1
commit 46754e9665
5 changed files with 5 additions and 8 deletions

View File

@ -28,7 +28,7 @@ from samba.netcmd import (
)
class cmd_time(Command):
"""Retrieve the time on a remote server *"""
"""Retrieve the time on a remote server"""
synopsis = "%prog time [server-name] [options]"
takes_args = ["server_name?"]