From 6b4188404bc71fa20b958fbe9d7bee2a278b7d2d Mon Sep 17 00:00:00 2001 From: Mark Pitman Date: Wed, 18 Mar 2020 09:55:40 -0700 Subject: [PATCH] Fix documentation for git-browse --- man/git-browse.1 | 4 ++-- man/git-browse.html | 4 ++-- man/git-browse.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/git-browse.1 b/man/git-browse.1 index 7119083..0cda218 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 8b25b7f..103937f 100644 --- a/man/git-browse.html +++ b/man/git-browse.html @@ -91,9 +91,9 @@ the first remote if not specified.
$ git open
+$ git browse
-$ git open upstream
+$ git browse upstream