diff options
| author | Gautham Goli | 2017-01-18 22:37:11 +0530 |
|---|---|---|
| committer | Gautham Goli | 2017-02-06 12:46:26 +0530 |
| commit | 1f5cf4fd40fc3528e700a421afc9a128c159cac9 (patch) | |
| tree | 7384dc153607f2bba38bf046c857c92eaa3e421b /Library/Homebrew/dev-cmd | |
| parent | 0b3d9031e26b47d0ebf48276616c1c4da01ce336 (diff) | |
| download | brew-1f5cf4fd40fc3528e700a421afc9a128c159cac9.tar.bz2 | |
Update docs and manpages to include --fix option
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index c2d6aeaed..5ad12d4b6 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -5,9 +5,9 @@ #: If no <formulae> are provided, all of them are checked. #: #: If `--strict` is passed, additional checks are run, including RuboCop -#: style checks and custom cop checks. +#: style checks. #: -#: If `--fix` is passed, style violations and custom cop violations will be +#: If `--fix` is passed, style violations will be #: automatically fixed using RuboCop's `--auto-correct` feature. #: #: If `--online` is passed, additional slower checks that require a network |
