aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/change.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-codereview/change.go')
-rw-r--r--git-codereview/change.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/change.go b/git-codereview/change.go
index 782b2d7..7507973 100644
--- a/git-codereview/change.go
+++ b/git-codereview/change.go
@@ -62,7 +62,7 @@ func (b *Branch) check() {
// TODO(rsc): Test.
b.loadPending()
if n := b.CommitsBehind(); n > 0 {
- printf("warning: %d commit%s behind %s; run 'git sync' to update.", n, suffix(n, "s"), b.OriginBranch())
+ printf("warning: %d commit%s behind %s; run 'git codereview sync' to update.", n, suffix(n, "s"), b.OriginBranch())
}
}