diff --git a/man/git-browse-ci.1 b/man/git-browse-ci.1
index fb5cf3b..2316e79 100644
--- a/man/git-browse-ci.1
+++ b/man/git-browse-ci.1
@@ -7,10 +7,10 @@
\fBgit\-browse\-ci\fR \-
.
.SH "SYNOPSIS"
-\fBgit\-browse\fR [remote_name]
+\fBgit\-browse\-ci\fR [remote_name]
.
.SH "DESCRIPTION"
-Opens the current git repository website in your default web browser\.
+Opens the current git repository CI page in your default web browser\.
.
.SH "OPTIONS"
@@ -19,13 +19,13 @@ Opens the current git repository website in your default web browser\.
The name of the remote you wish to browse to\. Defaults to the first remote if not specified\.
.
.SH "EXAMPLES"
-$ git browse
+$ git browse\-ci
.
.P
-$ git browse upstream
+$ git browse\-ci upstream
.
.SH "AUTHOR"
-Written by Mark Pitman <\fIhttps://github\.com/mapitman\fR>
+Written by Peter Benjamin <\fIhttps://github\.com/pbnj\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
diff --git a/man/git-browse-ci.html b/man/git-browse-ci.html
index fb6197b..172b170 100644
--- a/man/git-browse-ci.html
+++ b/man/git-browse-ci.html
@@ -76,11 +76,11 @@
SYNOPSIS
-git-browse [remote_name]
+git-browse-ci [remote_name]
DESCRIPTION
-Opens the current git repository website in your default web browser.
+Opens the current git repository CI page in your default web browser.
OPTIONS
@@ -91,13 +91,13 @@ the first remote if not specified.
EXAMPLES
- $ git browse
+ $ git browse-ci
- $ git browse upstream
+ $ git browse-ci upstream
AUTHOR
-Written by Mark Pitman <https://github.com/mapitman>
+Written by Peter Benjamin <https://github.com/pbnj>
REPORTING BUGS
diff --git a/man/git-browse-ci.md b/man/git-browse-ci.md
index d9a6749..8c40d66 100644
--- a/man/git-browse-ci.md
+++ b/man/git-browse-ci.md
@@ -3,11 +3,11 @@ git-browse-ci(1) --
## SYNOPSIS
-`git-browse` [remote_name]
+`git-browse-ci` [remote_name]
## DESCRIPTION
-Opens the current git repository website in your default web browser.
+Opens the current git repository CI page in your default web browser.
## OPTIONS
@@ -18,13 +18,13 @@ the first remote if not specified.
## EXAMPLES
- $ git browse
+ $ git browse-ci
- $ git browse upstream
+ $ git browse-ci upstream
## AUTHOR
-Written by Mark Pitman <>
+Written by Peter Benjamin <>
## REPORTING BUGS