diff options
Diffstat (limited to 'Library/Homebrew/cmd/readall.rb')
| -rw-r--r-- | Library/Homebrew/cmd/readall.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Homebrew/cmd/readall.rb b/Library/Homebrew/cmd/readall.rb index 9fac52713..3bde16e7e 100644 --- a/Library/Homebrew/cmd/readall.rb +++ b/Library/Homebrew/cmd/readall.rb @@ -1,11 +1,9 @@ -#: @hide_from_man_page #: * `readall` [tap]: -#: Import all formulae from specified taps (defaults to -#: all installed taps). +#: Import all formulae from specified taps (defaults to all installed taps). #: -#: This can be useful for debugging issues across all formulae -#: when making significant changes to `formula.rb`, -#: or to determine if any current formulae have Ruby issues. +#: This can be useful for debugging issues across all formulae when making +#: significant changes to `formula.rb`, testing the performance of loading +#: all formulae or to determine if any current formulae have Ruby issues. require "readall" |
