We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d80054 commit b675052Copy full SHA for b675052
README.md
@@ -2297,10 +2297,10 @@ Creates a specified number of new posts with dummy data.
2297
---
2298
2299
[--post_date=<yyyy-mm-dd-hh-ii-ss>]
2300
- The date of the generated posts. Default: current date
+ The date of the post. Default is the current time.
2301
2302
[--post_date_gmt=<yyyy-mm-dd-hh-ii-ss>]
2303
- The GMT date of the generated posts. Default: value of post_date (or current date if it's not set)
+ The date of the post in the GMT timezone. Default is the value of --post_date.
2304
2305
[--post_content]
2306
If set, the command reads the post_content from STDIN.
0 commit comments