samba-tool: epilog option to OptionParser available in python >= 2.6
[kai/samba.git] / source4 / scripting / python / samba / netcmd / time.py
index 4052f8a5b79bb4acda0c26dfc1daf84e1d2bcff1..9b520944847c194d777f98f5493d8e84ccbd9fea 100644 (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?"]