From cf4430827e0ae64b61cf320710dd29cd5796d8bb Mon Sep 17 00:00:00 2001 From: Ches Martin Date: Fri, 2 Aug 2013 05:10:24 +0700 Subject: man page: fix argument order for `brew create` The implementation requires that the URL is the first argument. Closes #21597. Signed-off-by: Adam Vandenberg --- Library/Contributions/manpages/brew.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 ] [--set-version ]` : + * `create [--autotools|--cmake] [--no-fetch] [--set-name ] [--set-version ]`: Generate a formula for the downloadable file at 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 -- cgit v1.2.3