boston-stitch 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/boston-stitch +3 -1
- metadata +1 -1
data/bin/boston-stitch
CHANGED
@@ -65,7 +65,9 @@ end
|
|
65
65
|
start_url = ARGV.first
|
66
66
|
|
67
67
|
if start_url.nil? || start_url !~ /^http/
|
68
|
-
$stderr.puts "
|
68
|
+
$stderr.puts "USAGE:\n boston-stitch [url] or boston-stitch g"
|
69
|
+
$stderr.puts "See https://github.com/danchoi/boston-stitch for instructions"
|
70
|
+
|
69
71
|
exit 1
|
70
72
|
end
|
71
73
|
|