Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maintainers, manpage and completions. #13142

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ Otherwise, operate on `~/Library/LaunchAgents` (started at login).
[`sudo`] `brew services run` (*`formula`*|`--all`)
<br>Run the service *`formula`* without registering to launch at login (or boot).

[`sudo`] `brew services start` (*`formula`*|`--all`)
[`sudo`] `brew services start` (*`formula`*|`--all`|`--file=`)
<br>Start the service *`formula`* immediately and register it to launch at login (or boot).

[`sudo`] `brew services stop` (*`formula`*|`--all`)
Expand All @@ -1772,7 +1772,7 @@ Otherwise, operate on `~/Library/LaunchAgents` (started at login).
<br>Remove all unused services.

* `--file`:
Use the plist file from this location to `start` or `run` the service.
Use the service file from this location to `start` the service.
* `--all`:
Run *`subcommand`* on all services.
* `--json`:
Expand Down
4 changes: 2 additions & 2 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@ If \fBsudo\fR is passed, operate on \fB/Library/LaunchDaemons\fR (started at boo
Run the service \fIformula\fR without registering to launch at login (or boot)\.
.
.P
[\fBsudo\fR] \fBbrew services start\fR (\fIformula\fR|\fB\-\-all\fR)
[\fBsudo\fR] \fBbrew services start\fR (\fIformula\fR|\fB\-\-all\fR|\fB\-\-file=\fR)
Start the service \fIformula\fR immediately and register it to launch at login (or boot)\.
.
.P
Expand All @@ -2498,7 +2498,7 @@ If \fBsudo\fR is passed, operate on \fB/Library/LaunchDaemons\fR (started at boo
.
.TP
\fB\-\-file\fR
Use the plist file from this location to \fBstart\fR or \fBrun\fR the service\.
Use the service file from this location to \fBstart\fR the service\.
.
.TP
\fB\-\-all\fR
Expand Down