diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-05-22 01:45:03 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-05-22 01:45:03 +0200 |
| commit | 2014e5b1f3bc4c08ff3fe6ea81756e9b80dd5196 (patch) | |
| tree | 0db2e515b5049f317190f23793992a8b16144228 /documentation | |
| parent | 3cba90118b900706ea356eee601195b6bf4b50ee (diff) | |
| download | mum-2014e5b1f3bc4c08ff3fe6ea81756e9b80dd5196.tar.gz | |
update documentation
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/mumctl.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index db8857f..782dc0b 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -98,9 +98,11 @@ mumctl volume <user> set <volume> :: Set the volume of another user's incoming audio. 1.0 is the default. -mumctl messages +mumctl messages [-i|--interactive] Prints all received messages since mumd was started, or since this command last was issued, whichever happens first. + If the interactive flag is set, mumctl will instead wait for new messages to come in and print + them as they come in. To exit this loop, issue a Ctrl-C. mumctl message user <message> <users> Sends a message to all users specified in the list of users. |
