From 8dbc34a6a76e273907dc868faffa3ff9e86f1987 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Sat, 6 Aug 2016 17:39:31 -0700 Subject: [PATCH] git-release: fix typo in documentation --- man/git-release.1 | 4 ++-- man/git-release.html | 4 ++-- man/git-release.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/git-release.1 b/man/git-release.1 index fb00528..656a7e1 100644 --- a/man/git-release.1 +++ b/man/git-release.1 @@ -10,7 +10,7 @@ \fBgit\-release\fR [\-r ] [\-m " or custom commit infomation, tags with the given and pushes the branch / tags\. Optionally it generates a changelog (see git\-changelog) and a remote can be defined\. The order of first \-c or \-r does not matter\. +Commits changes with message "Release " or custom commit information, tags with the given and pushes the branch / tags\. Optionally it generates a changelog (see git\-changelog) and a remote can be defined\. The order of first \-c or \-r does not matter\. . .SH "OPTIONS" @@ -28,7 +28,7 @@ The "remote" repository that is destination of a push operation: it is passed to \-m . .P -use the custom commit infomation instead of the default message "Release " \. +use the custom commit information instead of the default message "Release " \. . .P \-c diff --git a/man/git-release.html b/man/git-release.html index 4cbf24d..a071ad6 100644 --- a/man/git-release.html +++ b/man/git-release.html @@ -80,7 +80,7 @@

DESCRIPTION

-

Commits changes with message "Release <tagname>" or custom commit infomation, tags with the given <tagname> and pushes the branch / tags. +

Commits changes with message "Release <tagname>" or custom commit information, tags with the given <tagname> and pushes the branch / tags. Optionally it generates a changelog (see git-changelog) and a remote can be defined. The order of first -c or -r does not matter.

OPTIONS

@@ -95,7 +95,7 @@

-m <commit info>

-

use the custom commit infomation instead of the default message "Release <tagname>" .

+

use the custom commit information instead of the default message "Release <tagname>" .

-c

diff --git a/man/git-release.md b/man/git-release.md index 5dd21ab..569919d 100644 --- a/man/git-release.md +++ b/man/git-release.md @@ -7,7 +7,7 @@ git-release(1) -- Commit, tag and push changes to the repository ## DESCRIPTION - Commits changes with message "Release <tagname>" or custom commit infomation, tags with the given <tagname> and pushes the branch / tags. + Commits changes with message "Release <tagname>" or custom commit information, tags with the given <tagname> and pushes the branch / tags. Optionally it generates a changelog (see git-changelog) and a remote can be defined. The order of first -c or -r does not matter. ## OPTIONS @@ -22,7 +22,7 @@ git-release(1) -- Commit, tag and push changes to the repository -m <commit info> - use the custom commit infomation instead of the default message "Release <tagname>" . + use the custom commit information instead of the default message "Release <tagname>" . -c