Index: /issm/trunk-jpl/scripts/BinRead.py
===================================================================
--- /issm/trunk-jpl/scripts/BinRead.py	(revision 24224)
+++ /issm/trunk-jpl/scripts/BinRead.py	(revision 24225)
@@ -1,3 +1,3 @@
-#! / usr / bin / env python
+#!/usr/bin/env python
 import numpy as np
 from os import environ, path
@@ -202,7 +202,7 @@
 
     parser = ArgumentParser(description='BinRead - function to read binary input file.')
-    parser.add_argument(' -f', ' --filin', help='name of binary input file', default='')
-    parser.add_argument(' -o', ' --filout', help='optional name of text output file', default='')
-    parser.add_argument(' -v', ' --verbose', help='optional level of output', default=0)
+    parser.add_argument('-f', '--filin', help='name of binary input file', default='')
+    parser.add_argument('-o', '--filout', help='optional name of text output file', default='')
+    parser.add_argument('-v', '--verbose', help='optional level of output', default=0)
     args = parser.parse_args()
 
Index: /issm/trunk-jpl/scripts/DownloadExternalPackage.py
===================================================================
--- /issm/trunk-jpl/scripts/DownloadExternalPackage.py	(revision 24224)
+++ /issm/trunk-jpl/scripts/DownloadExternalPackage.py	(revision 24225)
@@ -1,4 +1,4 @@
-#! / usr / bin / env python
-# - * - coding: ISO - 8859 - 1 - * -
+#!/usr/bin/env python
+# -*- coding: ISO-8859-1 -*-
 
 import os
Index: /issm/trunk-jpl/scripts/cloc2html.py
===================================================================
--- /issm/trunk-jpl/scripts/cloc2html.py	(revision 24224)
+++ /issm/trunk-jpl/scripts/cloc2html.py	(revision 24225)
@@ -1,5 +1,5 @@
-#! / usr / bin / env python
-# - * - coding: ISO - 8859 - 1 - * -
-#inspired from http: / / qwiki.stanford.edu / images / d / df / Latex2qwiki.txt
+#!/usr/bin/ env python
+# -*- coding: ISO-8859-1 -*-
+#inspired from http://qwiki.stanford.edu/images/d/df/Latex2qwiki.txt
 import re
 import os
Index: /issm/trunk-jpl/scripts/convertmatlabclasses.py
===================================================================
--- /issm/trunk-jpl/scripts/convertmatlabclasses.py	(revision 24224)
+++ /issm/trunk-jpl/scripts/convertmatlabclasses.py	(revision 24225)
@@ -1,4 +1,4 @@
-#! / usr / bin / env python
-# - * - coding: ISO - 8859 - 1 - * -
+#!/usr/bin/env python
+# -*- coding: ISO-8859-1 -*-
 import sys
 import re
Index: /issm/trunk-jpl/scripts/mToPy.py
===================================================================
--- /issm/trunk-jpl/scripts/mToPy.py	(revision 24224)
+++ /issm/trunk-jpl/scripts/mToPy.py	(revision 24225)
@@ -1,3 +1,3 @@
-#! / usr / bin / env python
+#!/usr/bin/env python
 import sys
 import os
