mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Added help flags to git-ignore's man.
This commit is contained in:
parent
dda01a30c5
commit
eb28e6e99f
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -142,6 +142,10 @@
|
|||
|
||||
<p>End of options delimeter. Everything to the right of it is treated as positional arguments or more precisely a <em>pattern</em>.</p>
|
||||
|
||||
<p>-h, --help</p>
|
||||
|
||||
<p>Print a brief usage summary.</p>
|
||||
|
||||
<h3 id="PATTERN-FORMAT">PATTERN FORMAT</h3>
|
||||
|
||||
<p>Pattern format as described in the git manual</p>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue