Skip to content

Commit

Permalink
Merge pull request #266 from zzap/patch-1
Browse files Browse the repository at this point in the history
Docs: Disable curl buffer for fetching content example
  • Loading branch information
thrijith committed Nov 4, 2019
2 parents 250ed0d + bd0a4e9 commit 952742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Post_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ function( $post ) {
* Generating posts 100% [================================================] 0:01 / 0:04
*
* # Generate posts with fetched content.
* $ curl http://loripsum.net/api/5 | wp post generate --post_content --count=10
* $ curl -N http://loripsum.net/api/5 | wp post generate --post_content --count=10
* % Total % Received % Xferd Average Speed Time Time Time Current
* Dload Upload Total Spent Left Speed
* 100 2509 100 2509 0 0 616 0 0:00:04 0:00:04 --:--:-- 616
Expand Down

0 comments on commit 952742d

Please sign in to comment.