From b113e83c910f918b4eddf06a8f9daf7a28a01951 Mon Sep 17 00:00:00 2001 From: noellabo Date: Fri, 19 Oct 2018 06:38:00 +0200 Subject: [PATCH] fix sub command name of tootctl accounts 'update' to 'modify' --- content/en/administration/post-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/administration/post-installation.md b/content/en/administration/post-installation.md index ec0e5ecb..0b0daff9 100644 --- a/content/en/administration/post-installation.md +++ b/content/en/administration/post-installation.md @@ -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