diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2011-09-09 13:27:13 +1000 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:05 +1000 |
| commit | 46754e9665ceefe26cf28fbc70629e9660d847da (patch) | |
| tree | b873c3232dfb511f222b363b35ccd2617689065f /source4/scripting/python/samba/netcmd/time.py | |
| parent | 4d0ead86e1211ef81fb07621afd6028768e2fb07 (diff) | |
| download | samba-46754e9665ceefe26cf28fbc70629e9660d847da.tar.gz samba-46754e9665ceefe26cf28fbc70629e9660d847da.tar.bz2 samba-46754e9665ceefe26cf28fbc70629e9660d847da.zip | |
samba-tool: epilog option to OptionParser available in python >= 2.6
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/time.py')
| -rw-r--r-- | source4/scripting/python/samba/netcmd/time.py | 2 |
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 4052f8a5b79..9b520944847 100644 --- a/source4/scripting/python/samba/netcmd/time.py +++ b/source4/scripting/python/samba/netcmd/time.py @@ -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?"] |
