diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-15 14:27:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-15 14:27:25 +0900 |
| commit | 62858caaa4101f34e62604163471af1c57133da1 (patch) | |
| tree | 7d362687028dc4b18c67d8b2050087a0ea694a77 /docs | |
| parent | Update doc (diff) | |
| download | sharkey-62858caaa4101f34e62604163471af1c57133da1.tar.gz sharkey-62858caaa4101f34e62604163471af1c57133da1.tar.bz2 sharkey-62858caaa4101f34e62604163471af1c57133da1.zip | |
Update manage odc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manage.en.md | 13 | ||||
| -rw-r--r-- | docs/manage.ja.md | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/docs/manage.en.md b/docs/manage.en.md index 910c149585..9788c5d1fd 100644 --- a/docs/manage.en.md +++ b/docs/manage.en.md @@ -9,5 +9,16 @@ When you access port 3050, you will see the UI. ## Suspend users ``` shell -node cli/suspend (User-ID) +node cli/suspend (User-ID or Username) +``` +e.g. +``` shell +# Use id +node cli/suspend 57d01a501fdf2d07be417afe + +# Use username +node cli/suspend @syuilo + +# Use username (remote) +node cli/suspend @syuilo@misskey.xyz ``` diff --git a/docs/manage.ja.md b/docs/manage.ja.md index d56ed4c19b..615d7be5f2 100644 --- a/docs/manage.ja.md +++ b/docs/manage.ja.md @@ -9,5 +9,16 @@ node_modules/kue/bin/kue-dashboard -p 3050 ## ユーザーを凍結する ``` shell -node cli/suspend (ユーザーID) +node cli/suspend (ユーザーID または ユーザー名) +``` +例: +``` shell +# ユーザーID +node cli/suspend 57d01a501fdf2d07be417afe + +# ユーザー名 +node cli/suspend @syuilo + +# ユーザー名 (リモート) +node cli/suspend @syuilo@misskey.xyz ``` |