This commit is contained in:
Kovid Goyal 2020-05-15 09:13:10 +05:30
parent 64b56e4aec
commit 069e3e69b4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -463,7 +463,7 @@ def cli_parser():
) )
a( a(
'file_map', 'file_map',
type=FileType('rb'), type=FileType('r'),
help='A file containing a mapping of files to be uploaded to ' help='A file containing a mapping of files to be uploaded to '
'descriptions of the files. The descriptions will be visible ' 'descriptions of the files. The descriptions will be visible '
'to users trying to get the file from the hosting service. ' 'to users trying to get the file from the hosting service. '