commit | 192ff525ea3be850684338af176d0bbd3354c4e0 | [log] [tgz] |
---|---|---|
author | gmallard <allard.guy.m@gmail.com> | 周四 4月 01 19:31:09 2010 -0400 |
committer | gmallard <allard.guy.m@gmail.com> | 周四 4月 01 19:31:09 2010 -0400 |
tree | c0a610625c524f831bcacd654bb188836f1409d0 | |
parent | b5500d4b3abf5e6f8606e4091fde504edb2e2871 [diff] |
Correct advisory message. Wording was reversed.
diff --git a/git-flow-feature b/git-flow-feature index d8d4bb7..a29cd01 100644 --- a/git-flow-feature +++ b/git-flow-feature
@@ -172,7 +172,7 @@ echo "" echo "Now, start committing on your feature. When done, use:" echo "" - echo " git flow finish feature $NAME" + echo " git flow feature finish $NAME" echo }