From 16496a0b0fd7956922a55d9c816306feb1cd7b98 Mon Sep 17 00:00:00 2001 From: VonUniGE Date: Sat, 8 Jul 2017 00:12:00 +0200 Subject: Update documentation of brew install syntax to match its actual behavior. --- Library/Homebrew/cmd/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index e413bac6f..f4d5dcce7 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -1,4 +1,4 @@ -#: * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] : +#: * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] [`install-options`]: #: Install . #: #: is usually the name of the formula to install, but it can be specified -- cgit v1.2.3 From 7957e1a7215464486bf559d66438e79df6e766ce Mon Sep 17 00:00:00 2001 From: VonUniGE Date: Tue, 11 Jul 2017 23:43:28 +0200 Subject: Add a suitable explanatory line --- Library/Homebrew/cmd/install.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index f4d5dcce7..da48582d2 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -1,4 +1,4 @@ -#: * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] [`install-options`]: +#: * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] [ ...]: #: Install . #: #: is usually the name of the formula to install, but it can be specified @@ -47,6 +47,9 @@ #: If `--build-bottle` is passed, prepare the formula for eventual bottling #: during installation. #: +#: Installation options specific to may be appended to the command, +#: and can be listed with `brew options` . +#: #: * `install` `--interactive` [`--git`] : #: If `--interactive` (or `-i`) is passed, download and patch , then #: open a shell. This allows the user to run `./configure --help` and -- cgit v1.2.3