aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChes Martin2013-08-02 05:10:24 +0700
committerAdam Vandenberg2013-08-03 10:11:12 -0700
commit6f908880d88febe5e3a0afbb23564c74f0800f4e (patch)
treeb6b3f6d9d9dc3c5c42028de3c67200358e8e988c /Library
parent7d30e4445e6599bc1196e6dafdc1e8d333cfe639 (diff)
downloadbrew-6f908880d88febe5e3a0afbb23564c74f0800f4e.tar.bz2
man page: fix argument order for `brew create`
The implementation requires that the URL is the first argument. Closes Homebrew/homebrew#21597. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 376e7e03b..1abe84b00 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -63,7 +63,7 @@ Note that these flags should only appear after a command.
versions of formula. Note downloads for any installed formula will still not be
deleted. If you want to delete those too: `rm -rf $(brew --cache)`
- * `create [--autotools|--cmake] [--no-fetch] [--set-name <name>] [--set-version <version>]` <URL>:
+ * `create <URL> [--autotools|--cmake] [--no-fetch] [--set-name <name>] [--set-version <version>]`:
Generate a formula for the downloadable file at <URL> and open it in the editor.
Homebrew will attempt to automatically derive the formula name
and version, but if it fails, you'll have to make your own template. The wget