diff --git a/buzz/cli.py b/buzz/cli.py index d130f573a..b054e440c 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 3172b21cf..751ed0977 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 716607e8f..eca461b28 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.