# HG changeset patch # User Mikael Berthe # Date 1493481978 -7200 # Node ID cd657f7ec881cd63f90361e068c986e4408c2d38 # Parent 9dcb4491d7a1af1faa2ac6fb49c50ec026f7fd09 Update README Add comment on --all and --limit. diff -r 9dcb4491d7a1 -r cd657f7ec881 README.md --- a/README.md Sat Apr 29 17:56:50 2017 +0200 +++ b/README.md Sat Apr 29 18:06:18 2017 +0200 @@ -83,6 +83,11 @@ % madonctl accounts notifications --dismiss --notification-id 1234 # Mastodon 1.3+ ``` +Note: By default, madonctl will send a single query. If you want all available +results you should use the `--all` flag. If you use a `--limit` value, +madonctl might send several queries until the number of results reaches this +value. + Update your account information: ``` sh % madonctl accounts update --display-name "John" # Update display name