Fixed an error in the -h help text.
This commit is contained in:
parent
b79c72314b
commit
5f03df41f8
@ -422,7 +422,7 @@ help() {
|
||||
echo "noqjoypad=\"true\" # Do not launch qjoypad."
|
||||
echo "norh=\"true\" # Do not install RHVoice."
|
||||
echo "redownload=\"true\" # Redownload sources, do not use the version stored in cache."
|
||||
echo "rhvoice=\"voicename\" # Select the voice to be installed (default Bdl)."
|
||||
echo "voiceName=\"voicename\" # Select the voice to be installed (default Bdl)."
|
||||
echo "defaultVoice=\"voicename\" # Select the default voice to use for the bottle, e.g. MSMike or RHVoice."
|
||||
echo "defaultRate=\"Default voice rate for the bottle, default 7, may not work in all games. Values 1-9 or A."
|
||||
echo "winedebug=\"flag(s)\" # Set wine debug flags, useful for development."
|
||||
@ -1221,7 +1221,7 @@ declare -A command=(
|
||||
[r]="Remove a game. This will delete all game data."
|
||||
[S:]="Speech rate. Requires -V voice name, the default is 7. Values 0-9 or A."
|
||||
[t]="Total games. Show how many games are currently available."
|
||||
[v:]="Select the voice to be installed, default is Bdl."
|
||||
[v:]="Select the voice to be installed, default is Bdl. Options are alan, bdl, clb, or slt."
|
||||
[V:]="Select the default voice for a bottle."
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user