Fix docstring typo for SwiftService.upload

The option from argparse in shell is 'header' and that is what is used
in the code.

Change-Id: I5c889192ef7c46c299dc0ec7cbc7c4d027dae6d5
This commit is contained in:
Clint Byrum 2015-06-18 09:04:33 -07:00
parent e48f487335
commit 7c716997a8

View File

@ -1202,7 +1202,7 @@ class SwiftService(object):
{
'meta': [],
'headers': [],
'header': [],
'segment_size': None,
'use_slo': False,
'segment_container': None,