Skip to content

Commit b42ff25

Browse files
committed
acap/pipewire: Fix help text
1 parent 505e136 commit b42ff25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/capture/pipewire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const static pw_stream_events stream_events = {
194194
static void audio_cap_pw_help(){
195195
color_printf("Pipewire audio capture.\n");
196196
color_printf("Usage\n");
197-
color_printf(TERM_BOLD TERM_FG_RED "\t-r pipewire" TERM_FG_RESET "[:target=<device>][:buffer-len=<millis>][:channels=<ch_count>][:sample-rate=<rate>]\n" TERM_RESET);
197+
color_printf(TERM_BOLD TERM_FG_RED "\t-s pipewire" TERM_FG_RESET "[:target=<device>][:buffer-len=<millis>][:channels=<ch_count>][:sample-rate=<rate>]\n" TERM_RESET);
198198
color_printf("\n");
199199

200200
color_printf("Devices:\n");

0 commit comments

Comments
 (0)