Author: Michael Hanke <michael.hanke@gmail.com>
Description: Minor changes in help output of the pyoptical script
  These changes make look the help2man generated manpage much nicer.
Forwarded: http://github.com/esc/pyoptical/issues#issue/1
diff --git a/pyoptical b/pyoptical
index 6eff00c..87f9eac 100755
--- a/pyoptical
+++ b/pyoptical
@@ -32,10 +32,10 @@ from itertools import repeat
 
 if __name__ == "__main__":
     usage = "%prog [-i interval] [-n number ] [-r] com-port"
-    version = "%prog: " + pyop.__version__
+    version = "%prog " + pyop.__version__
     error_prefix = "pyoptical -- error:"
 
-    parser = OptionParser(usage="\n  " + usage, version=version)
+    parser = OptionParser(usage=usage, version=version)
 
     parser.add_option("-i", "--interval",
             action = "store",
