Skip to content

Commit

Permalink
Changed wording of post confirmation (tweet created, not twitter crea…
Browse files Browse the repository at this point in the history
…ted)

Signed-off-by: John Nunemaker <nunemaker@gmail.com>
  • Loading branch information
cyocom authored and jnunemaker committed Jan 5, 2009
1 parent 9c5fd0f commit 81255a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/twitter/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def run
end
post_thread.join
progress_thread.join
say "Got it! New twitter created at: #{status.created_at}\n"
say "Got it! New tweet created at: #{status.created_at}\n"
end
end
end
Expand Down Expand Up @@ -217,7 +217,7 @@ def run
end

mode 'follow' do
description "Allows you to turn on notifications for a user"
description "Allows you to add notifications for a user (aka Follow Them)"
argument('username') {
required
description 'username or id of twitterrer to follow'
Expand Down Expand Up @@ -291,7 +291,7 @@ def run
end

mode 'replies' do
description 'Allows you to view all @replies at you'
description 'Allows you to view all @replies sent to you'
option('force', 'f') {
description "Ignore since_id and show first page of replies even if there aren't new ones"
}
Expand Down

0 comments on commit 81255a4

Please sign in to comment.