Skip to content

Commit fbba9f2

Browse files
authoredOct 30, 2020
Replace sinks with sources in help for --audio
Closes ammen99#119
1 parent 91b36b4 commit fbba9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Use Ctrl+C to stop.)");
529529
[DEVICE] argument is optional.
530530
In case you want to specify the pulseaudio device which will capture
531531
the audio, you can run this command with the name of that device.
532-
You can find your device by running: pactl list sinks | grep Name)");
532+
You can find your device by running: pactl list sources | grep Name)");
533533
#endif
534534
printf(R"(
535535

0 commit comments

Comments
 (0)
Please sign in to comment.