Fix #45 - tmuxifier-tmux should not treat -h flag as output help

This commit is contained in:
2014-05-25 00:09:40 +01:00
parent e08ee38927
commit 7443dd74f8

View File

@@ -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