From 4489b9e750df92ba4f62b4044a0c613a38c89100 Mon Sep 17 00:00:00 2001 From: Kyle Morton <kyle@gomorton.com> Date: Thu, 10 Dec 2020 13:38:55 -0800 Subject: [PATCH] Fix a Typo "-m" flag in the "npm run adminme" command seems to be deprecated. Changed to the appropriate "-r" flag. --- docs/howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto.md b/docs/howto.md index f43902f..cbdee79 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -15,7 +15,7 @@ is formatted as https://discordapp.com/channels/``guildid``/``channelid`` * The ``adminme`` script is provided to set Admin/Moderator or any other custom power level to a specific user. * e.g. To set Alice to Admin on her ``example.com`` HS on default config. (``config.yaml``) - * ``npm run adminme -- -m '!AbcdefghijklmnopqR:example.com' -u '@Alice:example.com' -p '100'`` + * ``npm run adminme -- -r '!AbcdefghijklmnopqR:example.com' -u '@Alice:example.com' -p '100'`` * Run ``npm run adminme -- -h`` for usage. Please note that `!AbcdefghijklmnopqR:example.com` is the internal room id and will always begin with `!`. -- GitLab