Update help and error messages with more details

This commit is contained in:
2012-04-22 19:07:15 +01:00
parent 7bebd6fac9
commit 2ba53640cd
5 changed files with 34 additions and 2 deletions

View File

@@ -10,6 +10,11 @@ if [ "$1" == "--complete" ]; then
exit
fi
if [ -z "$1" ]; then
echo "$(tmuxifier-help load-window)" >&2
exit 1
fi
# Load runtime functions.
source "$TMUXIFIER/runtime.sh"