Skip to content

Commit

Permalink
src: fixed typo in --help display
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hollowaykeanho committed Apr 1, 2024
1 parent d986f2d commit 80bcb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 80bcb3a

Please sign in to comment.