Fix typo.

This commit is contained in:
Thomi Richards 2013-12-09 15:36:12 +13:00
parent 0c3f2df1e2
commit a0530ff5fc
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def parse_arguments(args=None, ParserClass=OptionParser):
"--mimetype",
help="The mime type to send with this file. This is only used if the "
"--attach-file argument is used. This argument is optional. If it "
"is not specified, the file will be sent wihtout a mime type. This "
"is not specified, the file will be sent without a mime type. This "
"option may only be specified when '--attach-file' is specified.",
default=None
)