Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Typo: uplaoded => uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat authored and tekkub committed Aug 1, 2010
1 parent 5aa8394 commit e4775f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def prepare_param(name, value)
def die(message, with_usage = false)
puts "ERROR: #{message}"
puts %Q|Usage: #{__FILE__} file_to_upload [repo]
file_to_upload: File to be uplaoded.
file_to_upload: File to be uploaded.
repo: GitHub repo to upload to. Ex: "tekkub/sandbox". If omitted, the repo from `git remote show origin` will be used.| if with_usage
exit 1
end
Expand Down

0 comments on commit e4775f4

Please sign in to comment.