From 99bd6a9bd5cdb87921d920529fcb26d6e0275fc8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 30 Apr 2012 02:15:50 +0100 Subject: [PATCH] Improve error output from `edit-session` and `edit-window` commands --- libexec/tmuxifier-edit-session | 2 +- libexec/tmuxifier-edit-window | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/tmuxifier-edit-session b/libexec/tmuxifier-edit-session index ef9a2d4..3ec5e6e 100755 --- a/libexec/tmuxifier-edit-session +++ b/libexec/tmuxifier-edit-session @@ -22,7 +22,7 @@ if [ ! -f "$layout_file" ]; then echo "tmuxifier: session layout '$layout_name' does not exist." >&2 echo "" >&2 echo "You can create it with:" >&2 - echo " tmuxifier new-session $layout_name" >&2 + echo " tmuxifier new-session '$layout_name'" >&2 exit 1 fi diff --git a/libexec/tmuxifier-edit-window b/libexec/tmuxifier-edit-window index 313a280..89ff1bd 100755 --- a/libexec/tmuxifier-edit-window +++ b/libexec/tmuxifier-edit-window @@ -22,7 +22,7 @@ if [ ! -f "$layout_file" ]; then echo "tmuxifier: window layout '$layout_name' does not exist." >&2 echo "" >&2 echo "You can create it with:" >&2 - echo " tmuxifier new-window $layout_name" >&2 + echo " tmuxifier new-window '$layout_name'" >&2 exit 1 fi