Archived
1
0
Fork 0

Lowercase arguments descriptions

This commit is contained in:
Julien Riou 2020-12-30 15:29:55 +01:00
parent 7e351a79f6
commit b8abbe67f4
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -20,7 +20,7 @@ def parse_arguments():
parser.add_argument('-o', '--logfile', help='logging file location')
parser.add_argument('-c', '--config', default='config.json', help='configuration file location')
parser.add_argument('-N', '--disable-notifications', dest='disable_notifications', action='store_true',
help='Do not send notifications')
help='do not send notifications')
parser.add_argument('-t', '--workers', type=int, help='number of workers for crawling')
args = parser.parse_args()
return args