]> git.parisson.com Git - telemeta-data.git/commitdiff
add log file to args
authoryomguy <yomguy@3bf09e05-f825-4182-b9bc-eedd7160adf0>
Tue, 3 May 2011 13:42:32 +0000 (13:42 +0000)
committeryomguy <yomguy@3bf09e05-f825-4182-b9bc-eedd7160adf0>
Tue, 3 May 2011 13:42:32 +0000 (13:42 +0000)
git-svn-id: http://svn.parisson.org/svn/crem@175 3bf09e05-f825-4182-b9bc-eedd7160adf0

trunk/import/audio_import/wav_import.py

index ebb34c3b03cc3d185d7915255cb5190007168e98..898ed7afabb2853021ef61e7d8453bdb9542e7bc 100644 (file)
@@ -80,7 +80,7 @@ class TelemetaWavImport:
 
 
 def print_usage(tool_name):
-    print "Usage: "+tool_name+" <project_dir> <source_dir>"
+    print "Usage: "+tool_name+" <project_dir> <source_dir> <log_file>"
     print "  project_dir: the directory of the Django project which hosts Telemeta"
     print "  source_dir: the directory containing the wav files to include"