diff options
| author | Josh Bleecher Snyder <josharian@gmail.com> | 2014-12-30 13:10:59 -0800 |
|---|---|---|
| committer | Josh Bleecher Snyder <josharian@gmail.com> | 2015-01-05 21:28:16 +0000 |
| commit | 3b683ed37c8eea9d78748cca628f42ea99586324 (patch) | |
| tree | 98ffa43cc19e32bd497b645153a15c282cd6a0a5 /git-codereview/doc.go | |
| parent | 83a1cf92ea9e7c3190d5feb73b97c77b79a086ac (diff) | |
| download | go-x-review-3b683ed37c8eea9d78748cca628f42ea99586324.tar.xz | |
git-codereview: print gofmt commands in verbose mode
Change-Id: I589b8daa3504b99374796079bace5a9f4aa0620d
Reviewed-on: https://go-review.googlesource.com/2194
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'git-codereview/doc.go')
| -rw-r--r-- | git-codereview/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/doc.go b/git-codereview/doc.go index 7ef3940..8f57107 100644 --- a/git-codereview/doc.go +++ b/git-codereview/doc.go @@ -35,7 +35,7 @@ aliases in their .gitconfig file: All commands accept these global flags: -The -v flag prints all Git commands that make changes. +The -v flag prints all commands that make changes. The -n flag prints all commands that would be run, but does not run them. |
