dev-cmd/generate-man-completions: update description

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Nanda H Krishna 2021-05-04 18:38:55 +05:30 committed by GitHub
parent 2aff9ef1e6
commit ca11dc92ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ module Homebrew
def generate_man_completions_args def generate_man_completions_args
Homebrew::CLI::Parser.new do Homebrew::CLI::Parser.new do
description <<~EOS description <<~EOS
Generate Homebrew's manpages. Generate Homebrew's manpages and shell completions.
EOS EOS
switch "--fail-if-not-changed", switch "--fail-if-not-changed",
description: "Return a failing status code if no changes are detected in the manpage outputs. "\ description: "Return a failing status code if no changes are detected in the manpage outputs. "\