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

@@ -3,7 +3,7 @@ set -e
[ -n "$TMUXIFIER_DEBUG" ] && set -x
if [ -z "$1" ]; then
echo "usage: tmuxifier new-session <layout_name>" >&2
echo "$(tmuxifier-help new-session)" >&2
exit 1
fi