mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-03-01 01:40:26 -05:00
pactl, pacmd, cli-command: Add send-message command
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/51>
This commit is contained in:
parent
4cdc0053c0
commit
68f2f1395d
9 changed files with 122 additions and 4 deletions
|
|
@ -77,6 +77,7 @@ static void help(const char *argv0) {
|
|||
printf("%s %s %s\n", argv0, "set-log-meta", _("1|0"));
|
||||
printf("%s %s %s\n", argv0, "set-log-time", _("1|0"));
|
||||
printf("%s %s %s\n", argv0, "set-log-backtrace", _("FRAMES"));
|
||||
printf("%s %s %s\n", argv0, "send-message", _("RECIPIENT MESSAGE [MESSAGE_PARAMETERS]"));
|
||||
|
||||
printf(_("\n"
|
||||
" -h, --help Show this help\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue