diff options
| author | Eskil Queseth <eskilq@kth.se> | 2021-06-06 23:16:38 +0200 |
|---|---|---|
| committer | Eskil Queseth <eskilq@kth.se> | 2021-06-06 23:16:38 +0200 |
| commit | 8f5acbc7e7fc3652f5321a31be351221542faf80 (patch) | |
| tree | ea5fdad5053fc3bcd77b285b06c44b21fe80da12 /documentation/mumctl.txt | |
| parent | bfae92c25b0bb319d463c5632f21cc9cf02a9390 (diff) | |
| download | mum-8f5acbc7e7fc3652f5321a31be351221542faf80.tar.gz | |
change interactive flag to follow
Diffstat (limited to 'documentation/mumctl.txt')
| -rw-r--r-- | documentation/mumctl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index 782dc0b..e513255 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -98,10 +98,10 @@ mumctl volume <user> set <volume> :: Set the volume of another user's incoming audio. 1.0 is the default. -mumctl messages [-i|--interactive] +mumctl messages [-f|--follow] 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 + If the follow 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> |
