Merge pull request #6347 from jonchang/link-typo

cmd/link: fix typo
This commit is contained in:
Jonathan Chang 2019-08-05 17:07:28 +10:00 committed by GitHub
commit 865754f073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ module Homebrew
description: "List all files which would be linked or deleted by "\
"`brew link --overwrite`, but will not actually link or delete any files."
switch :force,
description: "Allow only key-only formulae to be linked."
description: "Allow keg-only formulae to be linked."
switch :verbose
switch :debug
end