switching argument naming
This commit is contained in:
parent
8770f2a0ea
commit
0377f3580b
@ -42,7 +42,7 @@ def setup_parser(subparser):
|
|||||||
'-i', '--insensitive', action='store_true', default=False,
|
'-i', '--insensitive', action='store_true', default=False,
|
||||||
help='Filtering will be case insensitive.')
|
help='Filtering will be case insensitive.')
|
||||||
subparser.add_argument(
|
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.')
|
help='Filtering will also search the description for a match.')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user