From baa7e335c0589522de6b9ee5dc4ed6150810fa9d Mon Sep 17 00:00:00 2001 From: Luke Steensen Date: Tue, 11 Feb 2014 21:14:02 -0600 Subject: [PATCH] Add 'services' command to homebrew completion --- plugins/brew/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 9eb3bb557..00f16b3e9 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -48,7 +48,7 @@ _1st_arguments=( 'remove:remove a formula' 'search:search for a formula (/regex/ or string)' 'server:start a local web app that lets you browse formulae (requires Sinatra)' - 'services:small wrapper around `launchctl` for supported formulae' + 'services:manage background services via launchctl' 'tap:tap a new formula repository from GitHub, or list existing taps' 'unlink:unlink a formula' 'unpin:unpin specified formulae'