From 6f21cfbe10a6a3fd35dc74d12d0c35a7106614e4 Mon Sep 17 00:00:00 2001 From: cburroughs Date: Fri, 27 Feb 2015 15:58:52 -0800 Subject: [PATCH] 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 --- src/docs/user/configuration/configuring_inbound_email.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/user/configuration/configuring_inbound_email.diviner b/src/docs/user/configuration/configuring_inbound_email.diviner index c59199e2c0..5b823741c4 100644 --- a/src/docs/user/configuration/configuring_inbound_email.diviner +++ b/src/docs/user/configuration/configuring_inbound_email.diviner @@ -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