Minor tweaks and updates to a few help messages

This commit is contained in:
2014-05-14 00:08:09 +01:00
parent 7df4a33a7d
commit 3a74ff3a60
3 changed files with 13 additions and 5 deletions

View File

@@ -2,4 +2,13 @@
set -e
[ -n "$TMUXIFIER_DEBUG" ] && set -x
# Provide tmuxifier help
if calling-help "$@"; then
echo "usage: tmuxifier tmux [...]
Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom
arguments specified in the TMUXIFIER_TMUX_OPTS environment variable."
exit
fi
tmux $TMUXIFIER_TMUX_OPTS "$@"