Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 4489b9e7 rédigé par Kyle Morton's avatar Kyle Morton Validation de GitHub
Parcourir les fichiers

Fix a Typo

"-m" flag in the "npm run adminme" command seems to be deprecated. Changed to the appropriate "-r" flag.
parent c29cfc72
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -15,7 +15,7 @@ is formatted as https://discordapp.com/channels/``guildid``/``channelid`` ...@@ -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. * 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``) * 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. * Run ``npm run adminme -- -h`` for usage.
Please note that `!AbcdefghijklmnopqR:example.com` is the internal room id and will always begin with `!`. Please note that `!AbcdefghijklmnopqR:example.com` is the internal room id and will always begin with `!`.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter