diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-23 09:26:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-23 09:26:14 +0900 |
| commit | 73df6e034735b0526a9bffe372d318d5186731b3 (patch) | |
| tree | edc5949ed1c64be76aae26194ead56a59a7bff32 /docs | |
| parent | Update manage.en.md (diff) | |
| download | sharkey-73df6e034735b0526a9bffe372d318d5186731b3.tar.gz sharkey-73df6e034735b0526a9bffe372d318d5186731b3.tar.bz2 sharkey-73df6e034735b0526a9bffe372d318d5186731b3.zip | |
Update manage.ja.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manage.ja.md | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/docs/manage.ja.md b/docs/manage.ja.md index 1e2b1a64ef..4a9a3e261f 100644 --- a/docs/manage.ja.md +++ b/docs/manage.ja.md @@ -8,23 +8,11 @@ coming soon node cli/mark-admin (ユーザーID または ユーザー名) ``` -## 'verified'ユーザーを設定する -``` shell -node cli/mark-verified (ユーザーID または ユーザー名) -``` - -## ユーザーを凍結する -``` shell -node cli/suspend (ユーザーID または ユーザー名) -``` 例: ``` shell # ユーザーID -node cli/suspend 57d01a501fdf2d07be417afe +node cli/mark-admin 57d01a501fdf2d07be417afe # ユーザー名 -node cli/suspend @syuilo - -# ユーザー名 (リモート) -node cli/suspend @syuilo@misskey.xyz +node cli/mark-admin @syuilo ``` |