diff --git a/docs/command-line/prometheus.md b/docs/command-line/prometheus.md
index 495efc221..e1de8221a 100644
--- a/docs/command-line/prometheus.md
+++ b/docs/command-line/prometheus.md
@@ -26,7 +26,6 @@ The Prometheus monitoring server
| --web.user-assets
| Path to static asset directory, available at /user. | |
| --web.enable-lifecycle
| Enable shutdown and reload via HTTP request. | `false` |
| --web.enable-admin-api
| Enable API endpoints for admin control actions. | `false` |
-| --web.enable-remote-write-receiver
| Enable API endpoint accepting remote write requests. | `false` |
| --web.remote-write-receiver.accepted-protobuf-messages
| List of the remote write protobuf messages to accept when receiving the remote writes. Supported values: prometheus.WriteRequest, io.prometheus.write.v2.Request | `prometheus.WriteRequest` |
| --web.console.templates
| Path to the console template directory, available at /consoles. | `consoles` |
| --web.console.libraries
| Path to the console library directory. | `console_libraries` |