From 86f461c6760b3843f49bdbf213f4aa2532624e71 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sat, 1 Feb 2025 12:25:52 +0200 Subject: [PATCH] Fix for word-timestamp CLI option (#1062) --- buzz/cli.py | 2 +- docs/docs/cli.md | 2 +- docs/i18n/zh/docusaurus-plugin-content-docs/current/cli.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buzz/cli.py b/buzz/cli.py index d130f573..b054e440 100644 --- a/buzz/cli.py +++ b/buzz/cli.py @@ -100,7 +100,7 @@ def parse(app: Application, parser: QCommandLineParser): ["p", "prompt"], "Initial prompt.", "prompt", "" ) word_timestamp_option = QCommandLineOption( - ["wt", "word-timestamps"], "Generate word-level timestamps." + ["w", "word-timestamps"], "Generate word-level timestamps." ) open_ai_access_token_option = QCommandLineOption( "openai-token", diff --git a/docs/docs/cli.md b/docs/docs/cli.md index 3172b21c..751ed097 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -60,7 +60,7 @@ Options: (Yiddish), yo (Yoruba), zh (Chinese). Leave empty to detect language. -p, --prompt Initial prompt. - -wt, --word-timestamps Generate word-level timestamps. (available since 1.2.0) + -w, --word-timestamps Generate word-level timestamps. (available since 1.2.0) --openai-token OpenAI access token. Use only when --model-type is openaiapi. Defaults to your previously saved access token, if one exists. diff --git a/docs/i18n/zh/docusaurus-plugin-content-docs/current/cli.md b/docs/i18n/zh/docusaurus-plugin-content-docs/current/cli.md index 716607e8..eca461b2 100644 --- a/docs/i18n/zh/docusaurus-plugin-content-docs/current/cli.md +++ b/docs/i18n/zh/docusaurus-plugin-content-docs/current/cli.md @@ -60,7 +60,7 @@ Options: (Yiddish), yo (Yoruba), zh (Chinese). Leave empty to detect language. -p, --prompt Initial prompt. - -wt, --word-timestamps Generate word-level timestamps. (available since 1.2.0) + -w, --word-timestamps Generate word-level timestamps. (available since 1.2.0) --openai-token OpenAI access token. Use only when --model-type is openaiapi. Defaults to your previously saved access token, if one exists.