Fixed the comment lines to relate to the action performed.

This commit is contained in:
Ben McGinnes 2014-05-17 13:17:13 +10:00
parent 3911011d20
commit f18af22c00
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ from twython import Twython, TwythonError
# Optionally accept user data from the command line (or elsewhere).
#
# Usage: follow_user.py ryanmcgrath
# Usage: block_spammer.py SomeoneAnnoying
import sys

View file

@ -2,7 +2,7 @@ from twython import Twython, TwythonError
# Optionally accept user data from the command line (or elsewhere).
#
# Usage: follow_user.py ryanmcgrath
# Usage: block_user.py A_Twitter_Troll
import sys

View file

@ -2,7 +2,7 @@ from twython import Twython, TwythonError
# Optionally accept user data from the command line (or elsewhere).
#
# Usage: follow_user.py ryanmcgrath
# Usage: unblock_user.py Not_So_Bad_After_All
import sys

View file

@ -2,7 +2,7 @@ from twython import Twython, TwythonError
# Optionally accept user data from the command line (or elsewhere).
#
# Usage: follow_user.py ryanmcgrath
# Usage: unfollow_user.py Not_So_Cool_Really
import sys