diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2015-02-24 12:38:57 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2015-02-24 12:38:57 -0500 |
commit | 61ac89a63192cee528fb0647c51d3f8513620ad7 (patch) | |
tree | 7447a9f67cc244fea33ccc8f8bdb050a07bec368 /git-bz.txt | |
parent | 3f39a15715c2518ea9fd85dfc0d95b78db45e37b (diff) | |
download | git-bz-61ac89a63192cee528fb0647c51d3f8513620ad7.tar.gz |
Clarify usage of git-bz edit --fix
Existing docs made it a bit hard to figure out how --fix works - list
the usage explicitly.
Diffstat (limited to 'git-bz.txt')
-rw-r--r-- | git-bz.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ edit [verse] 'git bz edit' (<bug reference> | <commit> | <revision range>) +'git bz edit' --fix=<bug reference> (<commit> | <revision range>) 'git bz edit' --pushed (<commit> | <revision range>) Allows doing common operations on a Bugzilla bug without going to |