Skip to content

Commit ed72cd6

Browse files
authored
Merge pull request #338 from catleeball/trends_text_update
Updated help text for trends to match actual amount returned.
2 parents f5cb34a + cbaff4e commit ed72cd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/t-completion.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _t (){
5252
"ruler[Prints a 140-character ruler]" \
5353
"status[Retrieves detailed information about a Tweet.]" \
5454
"timeline[Returns the 20 most recent Tweets posted by a user.]" \
55-
"trends[Returns the top 10 trending topics.]" \
55+
"trends[Returns the top 50 trending topics.]" \
5656
"trend_locations[Returns the locations for which Twitter has trending topic information.]" \
5757
"unfollow[Allows you to stop following users.]" \
5858
"update[Post a Tweet.]" \

lib/t/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ def timeline(user = nil)
778778
end
779779
map %w(tl) => :timeline
780780

781-
desc 'trends [WOEID]', 'Returns the top 10 trending topics.'
781+
desc 'trends [WOEID]', 'Returns the top 50 trending topics.'
782782
method_option 'exclude-hashtags', aliases: '-x', type: :boolean, desc: 'Remove all hashtags from the trends list.'
783783
def trends(woe_id = 1)
784784
opts = {}

0 commit comments

Comments
 (0)