Skip to content

Commit dab2317

Browse files
committed
Fix bug in whisperfile man page.
1 parent c8b483f commit dab2317

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

whisper.cpp/main.1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Do not print anything other than the results.
4545
Enables CLI printing of ANSI color codes.
4646
.Pp
4747
Transcribed text will appear in the terminal on a spectrum of color
48-
ranging from green to red. Green means the model
48+
ranging from green to red. Green represents confidence whereas red
49+
represents uncertainty.
4950
.It Fl t Ar N , Fl Fl threads Ar N
5051
Overrides number of threads to use.
5152
.Pp

whisper.cpp/main.1.asc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
-d N, --duration N
4242
Duration of audio to process in milliseconds.
4343
44+
-np, --no-prints
45+
Do not print anything other than the results.
46+
4447
-pc, --print-colors
4548
Enables CLI printing of ANSI color codes.
4649

0 commit comments

Comments
 (0)