cmd/link: fix typo

This commit is contained in:
Jonathan Chang 2019-08-05 15:10:00 +10:00
parent de72a23109
commit fe36f3db67

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