mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +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"
|
source "$TMUXIFIER/lib/util.sh"
|
||||||
|
|
||||||
# Provide tmuxifier help
|
# Provide tmuxifier help
|
||||||
if calling-help "$@"; then
|
if [[ " $@ " == *" --help "* ]]; then
|
||||||
echo "usage: tmuxifier tmux [...]
|
echo "usage: tmuxifier tmux [...]
|
||||||
|
|
||||||
Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom
|
Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom
|
||||||
|
|||||||
Reference in New Issue
Block a user