Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Commit

Permalink
fix synopsis for s3cl sync_up
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpong committed Apr 4, 2013
1 parent 698ef8f commit e73c19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/s3cl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ s3cl command [options]
s3cl ls <bucket>:[prefix]
s3cl cp <bucket>:<key> /path/[filename]
s3cl sync <bucket>:[prefix] /path/
s3cl sync_up [--acl_short=public-read] /path/ <bucket>:[prefix]
s3cl sync_up [--acl_short=public-read] <bucket>:[prefix] /path/
s3cl rm <bucket>:<key>
Options:
Expand Down Expand Up @@ -389,7 +389,7 @@ http://www.amazon.com/gp/browse.html?node=16427261
=item B<sync_up>
s3cl sync_up [--acl_short=public-read] /path/ <bucket>:[prefix]
s3cl sync_up [--acl_short=public-read] <bucket>:[prefix] /path/
Upload all the files below /path/ to S3, with an optional
prefix at the start of the key name. The existing S3 files and
Expand Down

0 comments on commit e73c19a

Please sign in to comment.