diff --git a/website/docs/guide/commands/plugin-pack.md b/website/docs/guide/commands/plugin-pack.md
index e627e70eb8..d82634d2a2 100644
--- a/website/docs/guide/commands/plugin-pack.md
+++ b/website/docs/guide/commands/plugin-pack.md
@@ -31,3 +31,4 @@ See [Options](/guide/options) page for common options.
| `--input` | Yes | The input plugin project directory. |
| `--output` | | The destination path of generated plugin file.
Default to plugin.zip on current directory. |
| `--private-key ` | | The path of private key file
If omitted, new private key will be generated. |
+| `--watch ` | | Run in watch mode. |