Skip to content

Commit

Permalink
Update tweep.py
Browse files Browse the repository at this point in the history
year --> until
  • Loading branch information
MasimovR committed Feb 28, 2018
1 parent 2264779 commit 2f91515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def check():
ap.add_argument("-s", help="Search for Tweets containing this word or phrase.")
ap.add_argument("-o", help="Save output to a file.")
ap.add_argument("-g", help="Search for geocoded tweets.")
ap.add_argument("--year", help="Filter Tweets before specified year.")
ap.add_argument("--until", help="Filter Tweets before specified date.")
ap.add_argument("--since", help="Filter Tweets sent since date (Example: 2017-12-27).")
ap.add_argument("--fruit", help="Display 'low-hanging-fruit' Tweets.", action="store_true")
ap.add_argument("--tweets", help="Display Tweets only.", action="store_true")
Expand Down

0 comments on commit 2f91515

Please sign in to comment.