Add a note about --user-id account format
authorMikael Berthe <mikael@lilotux.net>
Sun, 28 May 2017 10:29:07 +0200
changeset 156 bafe489779e5
parent 155 0fd940f16084
child 157 908a433f02c0
Add a note about --user-id account format (See discussion in issue #6...)
README.md
--- a/README.md	Sun May 28 00:24:08 2017 +0200
+++ b/README.md	Sun May 28 10:29:07 2017 +0200
@@ -172,6 +172,9 @@
 % madonctl accounts --user-id Gargron@mastodon.social -l5 statuses # Last 5 statuses
 % madonctl accounts --user-id https://mastodon.social/@Gargron -l5 statuses # Same
 ```
+Please note that the form "Gargron@mastodon.social" will only work if this
+account is known by the instance.  If it is unknown, the https link should work
+(and the Mastodon server will learn about the account).
 
 Read **timelines**:
 ``` sh