Skip to content

Commit

Permalink
modified string to match the other in this module
Browse files Browse the repository at this point in the history
  • Loading branch information
engstrom committed Dec 10, 2013
1 parent b7f258c commit 7c1d0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/t/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def favorites(*args)
end
map %w(faves) => :favorites

desc "list [USER/]LIST QUERY", "Returns Tweets on a list that match specified query."
desc "list [USER/]LIST QUERY", "Returns Tweets on a list that match the specified query."
method_option "csv", :aliases => "-c", :type => :boolean, :default => false, :desc => "Output in CSV format."
method_option "id", :aliases => "-i", :type => :boolean, :default => false, :desc => "Specify user via ID instead of screen name."
method_option "long", :aliases => "-l", :type => :boolean, :default => false, :desc => "Output in long format."
Expand Down

0 comments on commit 7c1d0f1

Please sign in to comment.