guilt docs: Capitalize letters

This commit is contained in:
Nicolai Skogheim 2015-08-06 04:20:06 +02:00
parent ea0af0c391
commit a212a78c1b
3 changed files with 16 additions and 16 deletions

View file

@ -10,31 +10,31 @@
git guilt [<option>] <since> <until>
.
.SH "DESCRIPTION"
calculate the change in blame between two revisions
Calculate the change in blame between two revisions
.
.SH "OPTIONS"
\-h, \-\-help
.
.P
output usage information
Output usage information
.
.P
\-e, \-\-email
.
.P
display author emails instead of names
Display author emails instead of names
.
.P
\-w, \-\-ignore\-whitespace
.
.P
ignore whitespace only changes when attributing blame
Ignore whitespace only changes when attributing blame
.
.P
\-d, \-\-debug
.
.P
output debug information
Output debug information
.
.SH "Examples"
Find blame delta between two commits:

View file

@ -80,25 +80,25 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>calculate the change in blame between two revisions</p>
<p>Calculate the change in blame between two revisions</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p> -h, --help</p>
<p> output usage information</p>
<p> Output usage information</p>
<p> -e, --email</p>
<p> display author emails instead of names</p>
<p> Display author emails instead of names</p>
<p> -w, --ignore-whitespace</p>
<p> ignore whitespace only changes when attributing blame</p>
<p> Ignore whitespace only changes when attributing blame</p>
<p> -d, --debug</p>
<p> output debug information</p>
<p> Output debug information</p>
<h2 id="Examples">Examples</h2>
@ -135,7 +135,7 @@ spacewander +++++++++++++++++++++++++++++++++++++++++++++(112)
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by spacewander &lt;<a href="&#109;&#97;&#x69;&#108;&#x74;&#111;&#x3a;&#x73;&#x70;&#97;&#99;&#x65;&#x77;&#x61;&#x6e;&#x64;&#101;&#x72;&#108;&#x7a;&#x78;&#64;&#103;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#115;&#112;&#x61;&#99;&#x65;&#x77;&#x61;&#x6e;&#x64;&#x65;&#x72;&#108;&#122;&#120;&#x40;&#103;&#x6d;&#97;&#105;&#108;&#x2e;&#99;&#111;&#x6d;</a>&gt;</p>
<p>Written by spacewander &lt;<a href="&#x6d;&#97;&#105;&#108;&#116;&#x6f;&#58;&#115;&#x70;&#x61;&#x63;&#101;&#x77;&#97;&#110;&#100;&#101;&#x72;&#x6c;&#x7a;&#120;&#64;&#x67;&#109;&#97;&#x69;&#108;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#x73;&#112;&#x61;&#x63;&#101;&#119;&#97;&#x6e;&#x64;&#x65;&#114;&#108;&#122;&#120;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#x2e;&#99;&#x6f;&#x6d;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -7,25 +7,25 @@ git guilt [&lt;option&gt;] &lt;since&gt; &lt;until&gt;
## DESCRIPTION
calculate the change in blame between two revisions
Calculate the change in blame between two revisions
## OPTIONS
-h, --help
output usage information
Output usage information
-e, --email
display author emails instead of names
Display author emails instead of names
-w, --ignore-whitespace
ignore whitespace only changes when attributing blame
Ignore whitespace only changes when attributing blame
-d, --debug
output debug information
Output debug information
## Examples