diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-06-08 10:04:34 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-06-08 10:04:34 +0200 |
| commit | 572c136a13c2ed92f2ec75bbb01072b3d0f98e77 (patch) | |
| tree | da942d3db8bc4b5db95f13e016373cddc4a18115 /documentation | |
| parent | 52a4740f252391c944bf910c1a81a07bd7aea610 (diff) | |
| download | mum-572c136a13c2ed92f2ec75bbb01072b3d0f98e77.tar.gz | |
update manpage
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/mumctl.1 | 9 | ||||
| -rw-r--r-- | documentation/mumctl.txt | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/documentation/mumctl.1 b/documentation/mumctl.1 index e875fd7..c50398f 100644 --- a/documentation/mumctl.1 +++ b/documentation/mumctl.1 @@ -2,12 +2,12 @@ .\" Title: mumd .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.15 -.\" Date: 2021-06-06 +.\" Date: 2021-06-08 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MUMCTL" "1" "2021-06-06" "\ \&" "\ \&" +.TH "MUMCTL" "1" "2021-06-08" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -94,6 +94,11 @@ mumctl disconnect Disconnect from the currently connected server. .RE .sp +mumctl events +.RS 4 +Print all events that have occured since mumd was started. +.RE +.sp mumctl help .RS 4 Show a help message. diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index e513255..68e4c0e 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -58,6 +58,9 @@ mumctl deafen :: mumctl disconnect :: Disconnect from the currently connected server. +mumctl events :: + Print all events that have occured since mumd was started. + mumctl help :: Show a help message. |
