From eb28e6e99fd143d2ab2282d811bede4a15faefb8 Mon Sep 17 00:00:00 2001 From: kdergachev Date: Thu, 18 Jun 2026 23:00:33 +0300 Subject: [PATCH] Added help flags to git-ignore's man. --- man/git-ignore.1 | 4 ++++ man/git-ignore.html | 4 ++++ man/git-ignore.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/man/git-ignore.1 b/man/git-ignore.1 index f91773c..1ec5efa 100644 --- a/man/git-ignore.1 +++ b/man/git-ignore.1 @@ -58,6 +58,10 @@ A space delimited list of patterns to append to the file in context\. \-\- .P End of options delimeter\. Everything to the right of it is treated as positional arguments or more precisely a \fIpattern\fR\. +.P +\-h, \-\-help +.P +Print a brief usage summary\. .SS "PATTERN FORMAT" Pattern format as described in the git manual .IP "\(bu" 4 diff --git a/man/git-ignore.html b/man/git-ignore.html index 8efc140..9589e24 100644 --- a/man/git-ignore.html +++ b/man/git-ignore.html @@ -142,6 +142,10 @@

End of options delimeter. Everything to the right of it is treated as positional arguments or more precisely a pattern.

+

-h, --help

+ +

Print a brief usage summary.

+

PATTERN FORMAT

Pattern format as described in the git manual

diff --git a/man/git-ignore.md b/man/git-ignore.md index a2bccef..cf6d86a 100644 --- a/man/git-ignore.md +++ b/man/git-ignore.md @@ -61,6 +61,10 @@ Default behavior: End of options delimeter. Everything to the right of it is treated as positional arguments or more precisely a *pattern*. + -h, --help + + Print a brief usage summary. + ### PATTERN FORMAT Pattern format as described in the git manual