Removed copy of __main__.py, changed flag from -a to --force-ascii

This commit is contained in:
Robert Greener
2015-03-10 17:51:34 +00:00
parent 6e88f33986
commit abadbd7037
2 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
# Entry point for rtv module
# Run by moving into the top level directory (the one with setup.py)
# and typing "python -m rtv"
from rtv.main import main
main()

View File

@@ -36,7 +36,7 @@ def main():
formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument('-s', dest='subreddit', help='subreddit name')
parser.add_argument('-l', dest='link', help='full link to a submission')
parser.add_argument('-a', dest='force_ascii',
parser.add_argument('--force-ascii', dest='force_ascii',
help='forces ascii (disables unicode)', action='store_true')
group = parser.add_argument_group(