diff --git a/man/git-browse.1 b/man/git-browse.1 index 711908365..0cda218bc 100644 --- a/man/git-browse.1 +++ b/man/git-browse.1 @@ -19,10 +19,10 @@ 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 open +$ git browse . .P -$ git open upstream +$ git browse upstream . .SH "AUTHOR" Written by Mark Pitman <\fIhttps://github\.com/mapitman\fR> diff --git a/man/git-browse.html b/man/git-browse.html index 8b25b7f8a..103937ffa 100644 --- a/man/git-browse.html +++ b/man/git-browse.html @@ -91,9 +91,9 @@

OPTIONS

EXAMPLES

-

$ git open

+

$ git browse

-

$ git open upstream

+

$ git browse upstream

AUTHOR

diff --git a/man/git-browse.md b/man/git-browse.md index 544d51bae..ca2cc9ace 100644 --- a/man/git-browse.md +++ b/man/git-browse.md @@ -18,9 +18,9 @@ the first remote if not specified. ## EXAMPLES - $ git open + $ git browse - $ git open upstream + $ git browse upstream ## AUTHOR