aboutsummaryrefslogtreecommitdiff
path: root/help.txt
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-21 22:45:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-21 22:45:28 +0800
commitc6885ae2312a1be589e945129bdd9d268f14c370 (patch)
tree919e0fe49331b533de312a39548f17b133ef4975 /help.txt
parent291c01fd98d44e42bb0a65468e3b6cee3dc25044 (diff)
feat: replace `--pinyin` flag with generic `--post="+pinyin"` option
Diffstat (limited to 'help.txt')
-rw-r--r--help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.txt b/help.txt
index 649cb67..f4b5507 100644
--- a/help.txt
+++ b/help.txt
@@ -6,7 +6,7 @@ Options
stdout | stderr | tcp | udp | udp-broadcast | ipc
-m, --model=<model> Whisper model. [default: base_en]
--lang=<code> Language hint (zh, ja, en, fr...). Skips detection.
- --pinyin Convert Chinese output to pinyin format.
+ --post=<spec> Post-process transcribed text, e.g. +pinyin
-f, --format=<pattern> Output format with %{vol}, %{word}, %{confid}.
[default: %{vol},%{word}]
-S, --format-file=<path> Read format from file.