Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion command/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Examples:
10. Sync all files to S3 bucket but exclude the ones with txt and gz extension
> s5cmd {{.HelpName}} --exclude "*.txt" --exclude "*.gz" dir/ s3://bucket

11. Sync all files to S3 bucket but include the only ones with txt and gz extension
11. Sync all files with txt and gz extensions (only) to S3 bucket
> s5cmd {{.HelpName}} --include "*.txt" --include "*.gz" dir/ s3://bucket
`

Expand Down
Loading