Skip to content

Commit 51c7aee

Browse files
committed
doc: update ttsCachePath help
1 parent ed9393d commit 51c7aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Options:
263263
--port port of GUI server [default: 5555]
264264
--skip-read-tts-cache disable the TTS cache usage [default: false]
265265
--skip-write-tts-cache disable the TTS cache write [default: false]
266-
--tts-cache-path path to the TTS cache [default: "<Studio-Pack-Generator dir>/.spg-TTS-cache"]
266+
--tts-cache-path path to the TTS cache [default: "<home dir>/.Studio-Pack-Generator/TTS-cache"]
267267
--custom-script custom script to be used for custom image... handling [string]
268268
--metadata Metadata of the pack [object]
269269
--i-18-n Custom i18n [object]

studio_pack_generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class StudioPackGenerator {
175175
skipWriteTtsCache = false;
176176

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

181181
@type("string")

0 commit comments

Comments
 (0)