Skip to content

Commit a61d9a7

Browse files
Merge pull request #355 from tyrann0us/patch-1
Use https in `wp post generate` example
2 parents 5962ee6 + f09e6e9 commit a61d9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Post_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ function( $post ) {
720720
* Generating posts 100% [================================================] 0:01 / 0:04
721721
*
722722
* # Generate posts with fetched content.
723-
* $ curl -N http://loripsum.net/api/5 | wp post generate --post_content --count=10
723+
* $ curl -N https://loripsum.net/api/5 | wp post generate --post_content --count=10
724724
* % Total % Received % Xferd Average Speed Time Time Time Current
725725
* Dload Upload Total Spent Left Speed
726726
* 100 2509 100 2509 0 0 616 0 0:00:04 0:00:04 --:--:-- 616

0 commit comments

Comments
 (0)