diff options
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 | 
