瀏覽代碼

Merge pull request #1171 from adrianmsmith/correct-param-name-in-jetty

Correct wrong parameter name in Jetty docs
yosifkit 7 年之前
父節點
當前提交
2c8fa7abec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jetty/content.md

+ 1 - 1
jetty/content.md

@@ -47,7 +47,7 @@ $ docker run -d %%IMAGE%% --list-config
 Configuration such as parameters and additional modules may also be passed in via the command line. For example:
 
 ```console
-$ docker run -d %%IMAGE%% --modules=jmx jetty.threadPool.maxThreads=500
+$ docker run -d %%IMAGE%% --module=jmx jetty.threadPool.maxThreads=500
 ```
 
 To update the server configuration in a derived Docker image, the `Dockerfile` may enable additional modules with `RUN` commands like: