diff options
| author | Kapten Z∅∅m <55669224+default-username-852@users.noreply.github.com> | 2021-03-30 12:51:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-30 12:51:53 +0200 |
| commit | 7b8c33c94fcce42cf098bf4a3a4cc404ba342204 (patch) | |
| tree | 1ad8bfd4ab033d74a8ab596a3fabf6a6886ba77a | |
| parent | 47d30358b8226810147f6a7a603fbbb34a10bd8e (diff) | |
| download | mum-7b8c33c94fcce42cf098bf4a3a4cc404ba342204.tar.gz | |
apply suggestions from code review
Co-authored-by: Gustav Sörnäs <gustav@sornas.net>
| -rw-r--r-- | documentation/mumctl.1 | 4 | ||||
| -rw-r--r-- | documentation/mumctl.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/mumctl.1 b/documentation/mumctl.1 index d93083b..2752ad6 100644 --- a/documentation/mumctl.1 +++ b/documentation/mumctl.1 @@ -143,7 +143,7 @@ Undeafen yourself. mumctl unmute [user] .RS 4 Unmute yourself or someone else. -If user is omitted, unmute. Otherwise, the user with the username [user] is unmuted. +If user is omitted, unmute yourself. Otherwise, the user with the username [user] is unmuted. .RE .sp mumctl volume set <volume> @@ -168,4 +168,4 @@ or by e\-mail to \c .MTO "gustav\(atsornas.net" "" "." .SH "SEE ALSO" .sp -mumd(1), mumdrc(5)
\ No newline at end of file +mumd(1), mumdrc(5) diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt index 5e4d800..5b1607c 100644 --- a/documentation/mumctl.txt +++ b/documentation/mumctl.txt @@ -88,7 +88,7 @@ mumctl undeafen :: mumctl unmute [user] :: Unmute yourself or someone else. - If user is omitted, unmute. Otherwise, the user with the username [user] is unmuted. + If user is omitted, unmute yourself. Otherwise, the user with the username [user] is unmuted. mumctl volume set <volume> :: Set the outgoing volume level. |
