Skip to content

Commit

Permalink
Corrected minor misspelling
Browse files Browse the repository at this point in the history
There were two spots in the helper text that 'default' was spelled incorrectly (drault)
  • Loading branch information
jpartain89 authored Jan 11, 2018
1 parent a98c6a7 commit c8dc708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/brew-file
Original file line number Diff line number Diff line change
Expand Up @@ -3300,7 +3300,7 @@ def main():
"Uninstall packages not in the list.\n"\
"Untap packages not in the list.\n"\
"Cleanup cache (brew cleanup)\n"\
"By drault, cleanup runs as dry-run.\n"\
"By default, cleanup runs as dry-run.\n"\
"If you want to enforce cleanup, use '-C' option."
subparsers.add_parser(
"clean", description=help, help=help,
Expand All @@ -3309,7 +3309,7 @@ def main():
help = "or --clean_non_request.\n"\
"Uninstall packages which were installed as dependencies but "\
"parent packages of which were already uninstalled.\n"\
"By drault, cleanup runs as dry-run.\n"\
"By default, cleanup runs as dry-run.\n"\
"If you want to enforce cleanup, use '-C' option."
subparsers.add_parser(
"clean_non_request", description=help, help=help,
Expand Down

0 comments on commit c8dc708

Please sign in to comment.