diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 15:10:04 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 15:10:04 +0300 |
commit | 69784eb75a00fb929765adbeab41022052038cca (patch) | |
tree | d09e754f95607ca173bad1ff06c20fdd8abd2702 /docs/administration | |
parent | b5a43e301eb885f3f35632804b1cc1c7243edbfb (diff) | |
download | pleroma-69784eb75a00fb929765adbeab41022052038cca.tar.gz pleroma-69784eb75a00fb929765adbeab41022052038cca.zip |
Add a missing language specification
Diffstat (limited to 'docs/administration')
-rw-r--r-- | docs/administration/CLI_tasks/user.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/user.md b/docs/administration/CLI_tasks/user.md index 045730753..cf120f2c9 100644 --- a/docs/administration/CLI_tasks/user.md +++ b/docs/administration/CLI_tasks/user.md @@ -35,7 +35,7 @@ $PREFIX revoke_invite <token_or_id> ``` ## Delete a user -``` +```sh $PREFIX rm <nickname> ``` |