aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/review.go
diff options
context:
space:
mode:
Diffstat (limited to 'git-codereview/review.go')
-rw-r--r--git-codereview/review.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-codereview/review.go b/git-codereview/review.go
index 795cc80..ad0632a 100644
--- a/git-codereview/review.go
+++ b/git-codereview/review.go
@@ -251,9 +251,9 @@ func cmdOutputErr(command string, args ...string) (string, error) {
// should be run using runDirErr so that the -v and -n flags apply to them.
func cmdOutputDirErr(dir, command string, args ...string) (string, error) {
// NOTE: We only show these non-state-modifying commands with -v -v.
- // Otherwise things like 'git sync -v' show all our internal "find out about
+ // Otherwise things like 'git codereview sync -v' show all our internal "find out about
// the git repo" commands, which is confusing if you are just trying to find
- // out what git sync means.
+ // out what git codereview sync means.
if *verbose > 1 {
start := time.Now()
defer func() {