Skip to content

Commit 952742d

Browse files
authored
Merge pull request #266 from zzap/patch-1
Docs: Disable curl buffer for fetching content example
2 parents 250ed0d + bd0a4e9 commit 952742d

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
@@ -702,7 +702,7 @@ function( $post ) {
702702
* Generating posts 100% [================================================] 0:01 / 0:04
703703
*
704704
* # Generate posts with fetched content.
705-
* $ curl http://loripsum.net/api/5 | wp post generate --post_content --count=10
705+
* $ curl -N http://loripsum.net/api/5 | wp post generate --post_content --count=10
706706
* % Total % Received % Xferd Average Speed Time Time Time Current
707707
* Dload Upload Total Spent Left Speed
708708
* 100 2509 100 2509 0 0 616 0 0:00:04 0:00:04 --:--:-- 616

0 commit comments

Comments
 (0)