From a427b7a1af5a7a90260e26f2a96bed22cbecad79 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sun, 15 Jul 2018 14:35:22 +0900
Subject: [PATCH] Doc: Add "Clean up unused drive files" section

---
 docs/manage.en.md | 6 ++++++
 docs/manage.ja.md | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/manage.en.md b/docs/manage.en.md
index 9df432e29..57f38f5ce 100644
--- a/docs/manage.en.md
+++ b/docs/manage.en.md
@@ -27,3 +27,9 @@ node cli/suspend @syuilo@misskey.xyz
 ``` shell
 node cli/clean-cached-remote-files
 ```
+
+## Clean up unused drive files
+``` shell
+node cli/clean-unused-drive-files
+```
+> We recommend that you announce a user that unused drive files will be deleted before performing this operation, as it may delete the user's important files.
diff --git a/docs/manage.ja.md b/docs/manage.ja.md
index 88d60f8a9..2f0627e89 100644
--- a/docs/manage.ja.md
+++ b/docs/manage.ja.md
@@ -27,3 +27,9 @@ node cli/suspend @syuilo@misskey.xyz
 ``` shell
 node cli/clean-cached-remote-files
 ```
+
+## 使われていないドライブのファイルをクリーンアップする
+``` shell
+node cli/clean-unused-drive-files
+```
+> ユーザーの大事なファイルを削除する可能性があるので、この操作を実行する前にユーザーに告知することをお勧めします。