From 57a5026e70be61406f750700d50ac3bf60c9cb6e Mon Sep 17 00:00:00 2001
From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Date: Tue, 1 Mar 2022 12:14:39 +0000
Subject: [PATCH] Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
---
docs/Manpage.md | 6 +++---
manpages/brew.1 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
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