From c8dc708e4b3f9507bb603eae6f1774c5fb96b2c5 Mon Sep 17 00:00:00 2001 From: Justin P Date: Thu, 11 Jan 2018 06:00:05 -0600 Subject: [PATCH] Corrected minor misspelling There were two spots in the helper text that 'default' was spelled incorrectly (drault) --- bin/brew-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/brew-file b/bin/brew-file index 713419d5..e88cdd0b 100755 --- a/bin/brew-file +++ b/bin/brew-file @@ -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, @@ -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,