]> git.parisson.com Git - yomguy-tools.git/commitdiff
cleanup desc
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 14:20:51 +0000 (14:20 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 14:20:51 +0000 (14:20 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@92 457c0346-1240-4656-8a5a-9edca8063506

isp_tools/isp_trans.py

index bcc0822334a5f5efe5c5e4845bcc0d08796e0401..5f831fd29f741f0b527fc118db910bb9dfc9e511 100644 (file)
@@ -21,7 +21,7 @@
 # Author: Guillaume Pellerin <yomguy@parisson.com>
 
 version = '0.1'
-
+author = 'Guillaume Pellerin'
 
 import os
 import re
@@ -166,12 +166,13 @@ class ISPTrans(object):
 
 if __name__ == '__main__':
     if len(sys.argv) <= 2:
-        print """
-        Usage : python isp_trans.py /path/to/source_dir /path/to/transcoded_source_dir /path/to/log_file
-
-        Dependencies : python, python-xlrd, ffmpeg
+        print """isp_tools.py
+version : %s
+author : %s
+Dependencies : python, python-xlrd, ffmpeg
 
-        """
+Usage : python isp_trans.py /path/to/source_dir /path/to/transcoded_source_dir /path/to/log_file
+""" % (version, author)
     else:
         source_dir = sys.argv[-3]
         dest_dir = sys.argv[-2]