mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
trivial typo
Summary: There is a typo in one of the example mail test commands. Test Plan: Read the command, maybe even paste it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: joshuaspence, epriestley Differential Revision: https://secure.phabricator.com/D10072
This commit is contained in:
parent
ad48b7b934
commit
6f21cfbe10
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ You can use the `bin/mail` utility to test and review inbound mail. This can
|
|||
help you determine if mail is being delivered to Phabricator or not:
|
||||
|
||||
phabricator/ $ ./bin/mail list-inbound # List inbound messages.
|
||||
phabricator/ $ ./bin-mail show-inbound # Show details about a message.
|
||||
phabricator/ $ ./bin/mail show-inbound # Show details about a message.
|
||||
|
||||
You can also test receiving mail, but note that this just simulates receiving
|
||||
the mail and doesn't send any information over the network. It is
|
||||
|
|
Loading…
Reference in a new issue