Merge branch 'patch-1' into 'master'

fix sub command name of tootctl accounts 'update' to 'modify'

See merge request mastodon/docs!2
This commit is contained in:
Eugen Rochko 2018-10-21 04:00:11 +02:00
commit 4bf5461abf
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RAILS_ENV=production bin/tootctl help
After signing up in the browser, you will need to use the command line to give your newly created account admin privileges. Assuming your username is `alice`:
```bash
RAILS_ENV=production bin/tootctl accounts update alice --role admin
RAILS_ENV=production bin/tootctl accounts modify alice --role admin
```
### From the command line