mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Update help and error messages with more details
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user