Update kira.sh

This commit is contained in:
Russell Ballestrini 2016-12-22 23:28:52 -05:00 committed by GitHub
parent e9e65f9649
commit 11948e7141

View file

@ -2,7 +2,7 @@
if [ -z $2 ]; then
echo "Usage: $0 <process-regex> <program-name>"
echo "Example: $0 /usr/bin/uri2png uri2png"
echo "Example: $0 /usr/local/bin/uri2png uri2png"
exit
fi