Skip to content

Commit

Permalink
Merge pull request #3 from hannahcancode/master
Browse files Browse the repository at this point in the history
Fixed spelling error in user prompt
  • Loading branch information
peterept authored Feb 23, 2017
2 parents ccb80d4 + f8c510f commit 74525a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
elsif ARGV[0].nil?
puts "Snapr - Share a webcam photo and message!\n" \
"Usage:\n" \
" Send a message: $ ruby snapr.rb \"You're Message in Quotes\"\n" \
" Send a message: $ ruby snapr.rb \"Your Message in Quotes\"\n" \
" Live message display: $ ruby snapr.rb -watch"
else

SnaprRunner.send ARGV[0], ENV['USER']
end
end

0 comments on commit 74525a8

Please sign in to comment.