From 318c39f95b619811d4ebcb4cd65489f529ba4949 Mon Sep 17 00:00:00 2001
From: Benjamin Wenger <ben@privategrity.com>
Date: Wed, 21 Aug 2019 19:54:50 +0000
Subject: [PATCH] fixed shorthand key for message

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a4b6e7033..809c8a014 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Optional args:
 
 |Long flag|Short flag|Effect|Example|
 |---|---|---|---|
-|--message|-ms|Message to send|-m "top of the morning"|
+|--message|-m|Message to send|-m "top of the morning"|
 |--messageTimeout|-t|The number of seconds to wait for 'waitForMessages' messages to arrive (default 45)|-t 42|
 |--ndf|-n|Path to the network definition JSON file (default "ndf.json")| -n "ndf.json"|
 |--SearchForUser|-s|Sets the email to search for to find a user with user discovery| -s "david@chaum.com|
-- 
GitLab