From a11f64d8712197ed5c534dca0da9451fb2b0091e Mon Sep 17 00:00:00 2001 From: Shea690901 Date: Sun, 27 Jun 2021 21:08:04 +0200 Subject: [PATCH] (git-glow-log): fixed help message "git flow log" works not only for feature branches Signed-off-by: Shea690901 --- git-flow-log | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-flow-log b/git-flow-log index a73cbe8..8084b8c 100644 --- a/git-flow-log +++ b/git-flow-log @@ -48,7 +48,7 @@ usage() { OPTIONS_SPEC="\ git flow log -shows current branch log compared to develop +shows current branch log compared to base branch 'git help log' for arguments -- " @@ -69,7 +69,7 @@ cmd_list() { OPTIONS_SPEC="\ git flow feature log [] -Show log on branch since the fork of branch +Show log on current branch since the fork of base branch Options come from git log -- h,help! Show this help