Skip to content

Commit 82afdcc

Browse files
authored
Merge pull request #609 from rusq/doc
Small doc update
2 parents f25bd25 + 4d8f168 commit 82afdcc

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ suggested a feature, helped to reproduce, or spent time chatting with me on
257257
the Telegram or Slack to help to understand the problem or feature and tested
258258
the proposed solution.
259259

260+
See CONTRIBUTORS.md for the full list of contributors.
261+
260262
Also, I'd like to thank current sponsors:
261263

262264
- [<img class="avatar avatar-user" src="https://avatars.githubusercontent.com/u/9138285?s=60&amp;v=4" width="30" height="30" alt="@malsatin">](https://github.com/malsatin) @malsatin

processor/processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ type JointMessengers struct {
136136
pp []Messenger
137137
}
138138

139-
// JoinMessengers joins multiple Messenger processors into one.
139+
// JoinMessenger joins multiple Messenger processors into one.
140140
func JoinMessenger(procs ...Messenger) Messenger {
141141
return &JointMessengers{pp: procs}
142142
}

slackdump.1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,6 @@ are collected from the visible messages, instead of fetching the whole set of
157157
users from the users API. This is useful when the workspace has a lot of
158158
users. This method also allows fetching information for external users.
159159
.It Fl cookie Ar cookie | cookie_file
160-
.It Fl env
161-
Enables loading of the environment variables from environment and
162-
.Sy .env,
163-
.Sy .env.txt,
164-
and
165-
.Sy secrets.txt
166-
files.
167160
.It Fl files=true|false
168161
Enables or disables attachment files downloading. The default is enabled. To
169162
disable downloading, use

0 commit comments

Comments
 (0)