File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2208,7 +2208,7 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
2208
2208
** EXAMPLES**
2209
2209
2210
2210
# Create post and schedule for future
2211
- $ wp post create --post_type=page --post_title='A future post' --post_status=future --post_date='2020 -12-01 07:00:00'
2211
+ $ wp post create --post_type=post --post_title='A future post' --post_status=future --post_date='2030 -12-01 07:00:00'
2212
2212
Success: Created post 1921.
2213
2213
2214
2214
# Create post with content from given file
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public function __construct() {
147
147
* ## EXAMPLES
148
148
*
149
149
* # Create post and schedule for future
150
- * $ wp post create --post_type=page --post_title='A future post' --post_status=future --post_date='2020 -12-01 07:00:00'
150
+ * $ wp post create --post_type=post --post_title='A future post' --post_status=future --post_date='2030 -12-01 07:00:00'
151
151
* Success: Created post 1921.
152
152
*
153
153
* # Create post with content from given file
You can’t perform that action at this time.
0 commit comments