diff options
Diffstat (limited to 'git-codereview/sync.go')
| -rw-r--r-- | git-codereview/sync.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/sync.go b/git-codereview/sync.go index 7b8fe26..71fc312 100644 --- a/git-codereview/sync.go +++ b/git-codereview/sync.go @@ -49,7 +49,7 @@ func cmdSync(args []string) { checkUnstaged("sync") // Pull remote changes into local branch. - // We do this in one command so that people following along with 'git sync -v' + // We do this in one command so that people following along with 'git codereview sync -v' // see fewer commands to understand. // We want to pull in the remote changes from the upstream branch // and rebase the current pending commit (if any) on top of them. |
