diff options
| author | Mike McQuaid | 2017-02-26 09:33:00 +0000 |
|---|---|---|
| committer | GitHub | 2017-02-26 09:33:00 +0000 |
| commit | e87ed704b38fa7b312da716d6e7b68a5e70788d4 (patch) | |
| tree | d289a7af6360c5e42c7bae0a20777e2cf10bcb58 /Library/Homebrew/dev-cmd/update-test.rb | |
| parent | f0fd43efbd36e2fb9af54c4b48024b32b3b85a30 (diff) | |
| parent | 922a52486bba6afbb01d259f1890c38cde609406 (diff) | |
| download | brew-e87ed704b38fa7b312da716d6e7b68a5e70788d4.tar.bz2 | |
Merge pull request #2194 from EricFromCanada/master
Fix grammar, formatting in man pages
Diffstat (limited to 'Library/Homebrew/dev-cmd/update-test.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/update-test.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/dev-cmd/update-test.rb b/Library/Homebrew/dev-cmd/update-test.rb index 3b8dc11f9..9704426dd 100644 --- a/Library/Homebrew/dev-cmd/update-test.rb +++ b/Library/Homebrew/dev-cmd/update-test.rb @@ -1,14 +1,14 @@ -#: * `update-test` [`--commit=<commit>`] [`--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=<commit>` is passed, use `<commit>` 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 +#: If `--before=`<date> is passed, use the commit at <date> as the #: start commit. #: -#: If `--to-tag` is passed, set HOMEBREW_UPDATE_TO_TAG to test updating +#: If `--to-tag` is passed, set `HOMEBREW_UPDATE_TO_TAG` to test updating #: between tags. #: #: If `--keep-tmp` is passed, retain the temporary directory containing |
