From c4e51273d4b2fcd3f46d59fd92de8a165d92f853 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Dec 2013 11:34:35 +0000 Subject: [PATCH] Fix typo --- bin/make-chrome-ssb-for-osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make-chrome-ssb-for-osx b/bin/make-chrome-ssb-for-osx index 6bff698..73c333b 100755 --- a/bin/make-chrome-ssb-for-osx +++ b/bin/make-chrome-ssb-for-osx @@ -9,7 +9,7 @@ url="$2" icon="$3" if [ -z "$name" ] || [ -z "$url" ]; then - echo 'usage: make-chrome-osx-app "Google Music"' \ + echo 'usage: make-chrome-ssb-for-osx "Google Music"' \ '"https://play.google.com/music"' exit 1 fi