From 0293b7ee37de9b489688a3bd8672a1655e441d71 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 18 Dec 2014 12:55:22 +1100 Subject: [PATCH] doc: fixes to contributor docs Change-Id: Ib31fb1f8239d8113728bc4c6e411416721571341 Reviewed-on: https://go-review.googlesource.com/1743 Reviewed-by: Brad Fitzpatrick --- doc/contribute.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index 883196a0ba..a50dd85c42 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -139,7 +139,7 @@ Make sure git-codereview is installed in your shell path, so that t

-$ git review help
+$ git codereview help
 

@@ -165,7 +165,7 @@ by typing, for instance,

-$ git review sync
+$ git codereview sync
 

@@ -204,7 +204,7 @@ To install them, copy this text into your Git configuration file

After installing the git-codereview command, you can run

-$ git review help
+$ git codereview help
 

-- 2.50.0