diff --git a/docs/Manpage.md b/docs/Manpage.md
index ac3c44ac1a..eb7e7044cc 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -1735,10 +1735,10 @@ Manage background services with macOS' `launchctl`(1) daemon manager.
If `sudo` is passed, operate on `/Library/LaunchDaemons` (started at boot).
Otherwise, operate on `~/Library/LaunchAgents` (started at login).
-[`sudo`] `brew services` [`list`]
-
List all managed services for the current user (or root).
+[`sudo`] `brew services` [`list`] (`--json`)
+
List information about all managed services for the current user (or root).
-[`sudo`] `brew services info` (*`formula`*|`--all`)
+[`sudo`] `brew services info` (*`formula`*|`--all`|`--json`)
List all managed services for the current user (or root).
[`sudo`] `brew services run` (*`formula`*|`--all`)
diff --git a/manpages/brew.1 b/manpages/brew.1
index 6e02dd92f1..c8203e17a3 100644
--- a/manpages/brew.1
+++ b/manpages/brew.1
@@ -2441,11 +2441,11 @@ Manage background services with macOS\' \fBlaunchctl\fR(1) daemon manager\.
If \fBsudo\fR is passed, operate on \fB/Library/LaunchDaemons\fR (started at boot)\. Otherwise, operate on \fB~/Library/LaunchAgents\fR (started at login)\.
.
.P
-[\fBsudo\fR] \fBbrew services\fR [\fBlist\fR]
- List all managed services for the current user (or root)\.
+[\fBsudo\fR] \fBbrew services\fR [\fBlist\fR] (\fB\-\-json\fR)
+ List information about all managed services for the current user (or root)\.
.
.P
-[\fBsudo\fR] \fBbrew services info\fR (\fIformula\fR|\fB\-\-all\fR)
+[\fBsudo\fR] \fBbrew services info\fR (\fIformula\fR|\fB\-\-all\fR|\fB\-\-json\fR)
List all managed services for the current user (or root)\.
.
.P