Skip to content

Commit

Permalink
doc: update ttsCachePath help
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Dec 17, 2024
1 parent ed9393d commit 51c7aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Options:
--port port of GUI server [default: 5555]
--skip-read-tts-cache disable the TTS cache usage [default: false]
--skip-write-tts-cache disable the TTS cache write [default: false]
--tts-cache-path path to the TTS cache [default: "<Studio-Pack-Generator dir>/.spg-TTS-cache"]
--tts-cache-path path to the TTS cache [default: "<home dir>/.Studio-Pack-Generator/TTS-cache"]
--custom-script custom script to be used for custom image... handling [string]
--metadata Metadata of the pack [object]
--i-18-n Custom i18n [object]
Expand Down
2 changes: 1 addition & 1 deletion studio_pack_generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class StudioPackGenerator {
skipWriteTtsCache = false;

@help("path to the TTS cache")
@defaultHelp("<Studio-Pack-Generator dir>/.spg-TTS-cache")
@defaultHelp("<home dir>/.Studio-Pack-Generator/TTS-cache")
ttsCachePath: string = `${homedir}/.Studio-Pack-Generator/TTS-cache`;

@type("string")
Expand Down

0 comments on commit 51c7aee

Please sign in to comment.