aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlyssa Ross2016-09-22 19:26:24 +0100
committerAlyssa Ross2016-09-22 19:26:24 +0100
commit5ba04b0cc6c8d3df935ab3058a91d5cbb5dc5fb7 (patch)
tree3594983f2e8916af8ed541a7dcc4258f3f4aabcb
parent9784fa4122882e1f573b765cc3fc81f7818a6bfc (diff)
downloadbrew-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`.
-rw-r--r--Library/Homebrew/dev-cmd/update-test.rb4
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.