diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-29 18:36:11 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-29 18:36:11 +0100 |
commit | 51265d353612f571c30310009c56b4fbdb56be84 (patch) | |
tree | f69a74255334d5b99da0ae18e2fbd8a61b58c544 /src/main.cpp | |
parent | 0ae3c1f82702b07e5356a8e271e617c7dfe7135c (diff) |
--help improvement
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1375fa1..f8af892 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1107,8 +1107,8 @@ static void usage_full() { printf(" Multiple audio sources can be merged into one audio track by using \"|\" as a separator into one -a argument, for example: -a \"default_output|default_input\".\n"); printf(" A name can be given to the audio track by prefixing the audio with <name>/, for example \"track name/default_output\" or \"track name/default_output|default_input\".\n"); printf(" The audio name can also be prefixed with \"device:\", for example: -a \"device:default_output\".\n"); - printf(" To record audio from an application then prefix the audio name with \"app:\", for example: -a \"app:Brave\".\n"); - printf(" To record audio from all applications except the provided use prefix the audio name with \"app-inverse:\", for example: -a \"app-inverse:Brave\".\n"); + printf(" To record audio from an application then prefix the audio name with \"app:\", for example: -a \"app:Brave\". The application name is case-insensitive.\n"); + printf(" To record audio from all applications except the provided ones prefix the audio name with \"app-inverse:\", for example: -a \"app-inverse:Brave\".\n"); printf(" \"app:\" and \"app-inverse:\" can't be mixed in one audio track.\n"); printf(" One audio track can contain both audio devices and application audio, for example: -a \"default_output|device:alsa_output.pci-0000_00_1b.0.analog-stereo.monitor|app:Brave\".\n"); printf(" Recording application audio is only possible when the sound server on the system is PipeWire.\n"); |