From 265dfd611fe8543030dbc2c53dfdcc0731b2c556 Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Sun, 16 Mar 2014 23:12:45 +0100 Subject: [PATCH] Update filename in panewords.sh usage --- sh/tmuxwords.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sh/tmuxwords.sh b/sh/tmuxwords.sh index 40590a1..706e47a 100644 --- a/sh/tmuxwords.sh +++ b/sh/tmuxwords.sh @@ -1,10 +1,10 @@ #!/bin/sh # Usage: Get a list of all currently visible words: -# sh panewords +# sh panewords.sh # # Get all visible words beginning with `foo`: -# sh panewords foo +# sh panewords.sh foo if [[ -z "$TMUX_PANE" ]]; then echo "Not running inside tmux!" 1>&2