diff options
| author | Alyssa Ross | 2016-09-22 19:26:24 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-22 19:26:24 +0100 |
| commit | 5ba04b0cc6c8d3df935ab3058a91d5cbb5dc5fb7 (patch) | |
| tree | 3594983f2e8916af8ed541a7dcc4258f3f4aabcb /Library/Homebrew | |
| parent | 9784fa4122882e1f573b765cc3fc81f7818a6bfc (diff) | |
| download | brew-5ba04b0cc6c8d3df935ab3058a91d5cbb5dc5fb7.tar.bz2 | |
docs: more accurate update-test parameter name
`sha1` isn't a very accurate description of what this value can be
because it can be any git commit reference. For example, `brew test-bot`
uses `brew update-test --commit=HEAD`.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/dev-cmd/update-test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/update-test.rb b/Library/Homebrew/dev-cmd/update-test.rb index bcf8020e4..47c9046f2 100644 --- a/Library/Homebrew/dev-cmd/update-test.rb +++ b/Library/Homebrew/dev-cmd/update-test.rb @@ -1,9 +1,9 @@ -#: * `update-test` [`--commit=<sha1>`] [`--before=<date>`] [`--keep-tmp`]: +#: * `update-test` [`--commit=<commit>`] [`--before=<date>`] [`--keep-tmp`]: #: Runs a test of `brew update` with a new repository clone. #: #: If no arguments are passed, use `origin/master` as the start commit. #: -#: If `--commit=<sha1>` is passed, use `<sha1>` as the start commit. +#: If `--commit=<commit>` is passed, use `<commit>` as the start commit. #: #: If `--before=<date>` is passed, use the commit at `<date>` as the #: start commit. |
