Update filename in panewords.sh usage

This commit is contained in:
Christian Wellenbrock
2014-03-16 23:12:45 +01:00
parent 2c02b5108e
commit 265dfd611f
+2 -2
View File
@@ -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