codereview: mention rebase-work in usage message
Include the 'rebase-work' subcommand in the usage message.
Change-Id: I38e5398e89a019669bafeb43429e0bc34988580a
Reviewed-on: https://go-review.googlesource.com/44862
Reviewed-by: Austin Clements <austin@google.com>
diff --git a/git-codereview/review.go b/git-codereview/review.go
index 4d2ebe6..f4d0096 100644
--- a/git-codereview/review.go
+++ b/git-codereview/review.go
@@ -102,6 +102,12 @@
If -l is specified, only use locally available information.
If -s is specified, show short output.
+ rebase-work
+ Run git rebase in interactive mode over pending changes
+ (shorthand for "git rebase -i $(git codereview branchpoint)").
+ This rebase does not incorporate any new changes from the origin
+ branch, in contrast with a normal "git rebase -i".
+
submit [-i | commit...]
Push the pending change to the Gerrit server and tell Gerrit to
submit it to the master branch.