switching argument naming

This commit is contained in:
Tom Scogland 2016-06-20 10:53:19 -07:00
parent 8770f2a0ea
commit 0377f3580b

View File

@ -42,7 +42,7 @@ def setup_parser(subparser):
'-i', '--insensitive', action='store_true', default=False,
help='Filtering will be case insensitive.')
subparser.add_argument(
'-s', '--search_description', action='store_true', default=False,
'-d', '--search-description', action='store_true', default=False,
help='Filtering will also search the description for a match.')