diff options
| author | Mike McQuaid | 2017-04-02 10:14:21 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-04-02 10:14:58 +0100 | 
| commit | 566d3cb58b557df8ea6962653c43ba3fe995110f (patch) | |
| tree | b421a2ae8aabec44fb3b7c468ae56405605b27ea /Library/Homebrew/dev-cmd/test.rb | |
| parent | bfcfdb4f011abb9289f813f588adbcd9e13a372a (diff) | |
| download | brew-566d3cb58b557df8ea6962653c43ba3fe995110f.tar.bz2 | |
Document all short flags.
Diffstat (limited to 'Library/Homebrew/dev-cmd/test.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/test.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test.rb b/Library/Homebrew/dev-cmd/test.rb index 4898629b0..288aa8a87 100644 --- a/Library/Homebrew/dev-cmd/test.rb +++ b/Library/Homebrew/dev-cmd/test.rb @@ -7,7 +7,7 @@  #:    To test the development or head version of a formula, use `--devel` or  #:    `--HEAD`.  #: -#:    If `--debug` is passed and the test fails, an interactive debugger will be +#:    If `--debug` (or `-d`) is passed and the test fails, an interactive debugger will be  #:    launched with access to IRB or a shell inside the temporary test directory.  #:  #:    If `--keep-tmp` is passed, the temporary files created for the test are  | 
