Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Feb 9, 2016
1 parent d4f8c86 commit 5c191ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ Download and import images from [Unsplash](https://unsplash.com) into your Media

Basic usage, which will import 10 images:

`wp media generate`
`wp unsplash`

#### `count=<number>`

Import 100 images:

`wp media generate --count=100`
`wp unsplash --count=100`

#### `media_date=<yyyy-mm-dd|random>`

Import images with a specific attachment date:

`wp media generate --media_date=2016-01-25`
`wp unsplash --media_date=2016-01-25`

Import images with random attachment dates:

`wp media generate --media_date=random`
`wp unsplash --media_date=random`

#### `media_dimensions=<dimensions>`

Import images with specific dimensions:

`wp media generate --media_dimensions=1080x720`
`wp unsplash --media_dimensions=1080x720`

0 comments on commit 5c191ac

Please sign in to comment.