Skip to content

Commit 8288f7d

Browse files
authored
Merge pull request #15 from Shea690901/hotfix/git-flow-log_help-message
fix: fixed help text git flow log --help correctly indicates it can be used on all branches
2 parents 5185400 + a11f64d commit 8288f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-flow-log

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ usage() {
4848
OPTIONS_SPEC="\
4949
git flow log
5050
51-
shows current branch log compared to develop
51+
shows current branch log compared to base branch
5252
'git help log' for arguments
5353
--
5454
"
@@ -69,7 +69,7 @@ cmd_list() {
6969
OPTIONS_SPEC="\
7070
git flow feature log [<options>]
7171
72-
Show log on <feature> branch since the fork of <develop> branch
72+
Show log on current branch since the fork of base branch
7373
Options come from git log
7474
--
7575
h,help! Show this help

0 commit comments

Comments
 (0)