cmd/docs: tweak description.

This commit is contained in:
Mike McQuaid 2022-09-12 14:12:50 +01:00 committed by GitHub
parent ac9a96874e
commit 572a42ccd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ module Homebrew
def docs_args
Homebrew::CLI::Parser.new do
description <<~EOS
Open Homebrew's docs (https://docs.brew.sh) in a browser.
Open Homebrew's online documentation (https://docs.brew.sh) in a browser.
EOS
end
end