Skip to content

Commit

Permalink
Merge pull request #894 from kyleknap/web-doc-bug
Browse files Browse the repository at this point in the history
Fixed the ``s3 website help`` command.
  • Loading branch information
kyleknap committed Aug 22, 2014
2 parents a29f38b + f79c6e7 commit e83c3d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscli/customizations/s3/subcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,9 @@ def _make_size_str(self, size):


class WebsiteCommand(S3Command):
NAME = 'website'
DESCRIPTION = 'Set the website configuration for a bucket.'
USAGE = 's3://bucket [--index-document|--error-document] value'
USAGE = '<S3Path>'
ARG_TABLE = [{'name': 'paths', 'nargs': 1, 'positional_arg': True,
'synopsis': USAGE}, INDEX_DOCUMENT, ERROR_DOCUMENT]

Expand Down

0 comments on commit e83c3d0

Please sign in to comment.