Skip to content

Commit a11f64d

Browse files
committed
<fix>(git-glow-log): fixed help message
"git flow log" works not only for feature branches Signed-off-by: Shea690901 <[email protected]>
1 parent d409eff commit a11f64d

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)