aboutsummaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-21 23:04:20 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-21 23:04:20 +0800
commit2f0c1f3fda6025da64636a4cfd01d4f98bc7d50b (patch)
treed1f61d2c388398adb9e7dfb06d47a41d592881c2 /help.txt
parentc6885ae2312a1be589e945129bdd9d268f14c370 (diff)
feat(cli): add --models-dir option for custom model path
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/help.txt b/help.txt
index f4b5507..c318505 100644
--- a/help.txt
+++ b/help.txt
@@ -7,6 +7,7 @@ Options
-m, --model=<model> Whisper model. [default: base_en]
--lang=<code> Language hint (zh, ja, en, fr...). Skips detection.
--post=<spec> Post-process transcribed text, e.g. +pinyin
+ --models-dir=<path> Directory for model files. Fails if invalid.
-f, --format=<pattern> Output format with %{vol}, %{word}, %{confid}.
[default: %{vol},%{word}]
-S, --format-file=<path> Read format from file.