Skip to content

Commit

Permalink
Merge branch 'document-s3-output' into develop
Browse files Browse the repository at this point in the history
* document-s3-output:
  Add note about --output not being used in s3 ls
  • Loading branch information
jamesls committed Mar 21, 2014
2 parents e2a358b + 0b41888 commit aeb6004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion awscli/customizations/s3/description.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ def add_command_descriptions(cmd_dict):
"<LocalPath> or <S3Path> <S3Path>"

cmd_dict['ls']['description'] = "List S3 objects and common prefixes " \
"under a prefix or all S3 buckets."
"under a prefix or all S3 buckets. " \
"Note that the --output argument " \
"is ignored for this command."
cmd_dict['ls']['usage'] = "<S3Path> or NONE"

cmd_dict['mb']['description'] = "Creates an S3 bucket."
Expand Down

0 comments on commit aeb6004

Please sign in to comment.