From 80bcb3a73600334487dc6993a723c2c6b5361cb3 Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Mon, 1 Apr 2024 09:13:31 +0800 Subject: [PATCH] src: fixed typo in --help display There was a typo in --help display where the argument --text2text was mistakenly written as --text2-text. Hence, let's correct it. This patch fixes typo in --help display. Signed-off-by: (Holloway) Chew, Kean Ho --- src/main.ps1 | 2 +- src/main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ps1 b/src/main.ps1 index bc146fe..b8da745 100644 --- a/src/main.ps1 +++ b/src/main.ps1 @@ -413,7 +413,7 @@ Quick Start: --config [FILEPATH] loads the TOML config file from [FILEPATH] for operation. If the source is missing, this function will fail. ---text2-text [STRING] operate text-to-text prompt. +--text2text [STRING] operate text-to-text prompt. `n "@ exit 0 diff --git a/src/main.sh b/src/main.sh index 3ebba57..4b0f4fc 100755 --- a/src/main.sh +++ b/src/main.sh @@ -394,7 +394,7 @@ Quick Start: --config [FILEPATH] loads the TOML config file from [FILEPATH] for operation. If the source is missing, this function will fail. ---text2-text [STRING] operate text-to-text prompt. +--text2text [STRING] operate text-to-text prompt. " exit 0 ;;