1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

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

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