aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator
diff options
context:
space:
mode:
authorantoniou792019-01-01 21:06:08 +0200
committerEugene Sandulenko2019-01-06 17:12:02 +0100
commitc9ddbeda535d490799f75897c43779b0efc5bcc4 (patch)
tree0791815c82d9a3eb1099cabfabc9c0caeed95a4b /devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator
parent234cdf19e5ef1eb6d8baedcd9476fe4354f45368 (diff)
downloadscummvm-rg350-c9ddbeda535d490799f75897c43779b0efc5bcc4.tar.gz
scummvm-rg350-c9ddbeda535d490799f75897c43779b0efc5bcc4.tar.bz2
scummvm-rg350-c9ddbeda535d490799f75897c43779b0efc5bcc4.zip
DEVTOOLS: Documentation of lang descr switch
Also a small fix for the help mode of quoteSpreadsheetCreator tool
Diffstat (limited to 'devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator')
-rw-r--r--devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator/sortBladeRunnerWavs02.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator/sortBladeRunnerWavs02.py b/devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator/sortBladeRunnerWavs02.py
index 167ce824dc..e6e7ac66d5 100644
--- a/devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator/sortBladeRunnerWavs02.py
+++ b/devtools/create_bladerunner/subtitles/quotesSpreadsheetCreator/sortBladeRunnerWavs02.py
@@ -717,7 +717,7 @@ def main(argsCL):
print "The -ian switch is followed by the path to actornames.txt, if it's not in the current working directory."
print "The -m switch has an argument that is a replacement string for the path to the folder of extracted WAV files which will be used as a prefix for the links in the output XLS file."
print "The -ld switch has an argument that is the language description of the original game files that you use as input."
- printInfoMessageForLanguageSelection()
+ printInfoMessageForLanguageSelectionSyntax()
print "The -xwav switch enables the WAV audio extract mode from the TLK files. It requires an INPUT path to be set with the -ip switch."
print "The -xtre switch enables the TR%s parsing mode from the original MIX files. It requires an INPUT path to be set with the -ip switch." % (gActiveLanguageDescriptionCodeTuple[1])
print "The --trace switch enables more debug messages being printed during execution."