From 7443dd74f8ed195ef6dc52a506ccba938f873055 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 25 May 2014 00:09:40 +0100 Subject: [PATCH] Fix #45 - tmuxifier-tmux should not treat -h flag as output help --- libexec/tmuxifier-tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/tmuxifier-tmux b/libexec/tmuxifier-tmux index 7686460..3c75905 100755 --- a/libexec/tmuxifier-tmux +++ b/libexec/tmuxifier-tmux @@ -6,7 +6,7 @@ set -e source "$TMUXIFIER/lib/util.sh" # Provide tmuxifier help -if calling-help "$@"; then +if [[ " $@ " == *" --help "* ]]; then echo "usage: tmuxifier tmux [...] Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom