Skip to content

Commit

Permalink
Fixed spelling error in user prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahcancode committed Feb 23, 2017
1 parent ccb80d4 commit f8c510f
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 f8c510f

Please sign in to comment.