mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Fix #45 - tmuxifier-tmux should not treat -h flag as output help
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user