diff --git a/README.md b/README.md index 95487bf..96de3d2 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ This package implements the following commands: Profile each stage of the WordPress load process (bootstrap, main_query, template). ~~~ -wp profile stage [] [--url=] [--fields=] [--format=] +wp profile stage [] [--all] [--url=] [--fields=] [--format=] ~~~ **OPTIONS** @@ -99,6 +99,9 @@ wp profile stage [] [--url=] [--fields=] [--format=] [] Drill down into a specific stage. + [--all] + Expand upon all stages. + [--url=] Execute a request against a specified URL. Defaults to the home URL. @@ -120,16 +123,19 @@ wp profile stage [] [--url=] [--fields=] [--format=] ### wp profile hook -Profile key metrics for a WordPress hook (action or filter). +Profile key metrics for WordPress hooks (actions and filters). ~~~ -wp profile hook [--url=] [--fields=] [--format=] +wp profile hook [] [--all] [--url=] [--fields=] [--format=] ~~~ **OPTIONS** - - WordPress hook (action or filter) to profile. + [] + Drill into key metrics of callbacks on a specific WordPress hook. + + [--all] + Profile callbacks for all WordPress hooks. [--url=] Execute a request against a specified URL. Defaults to the home URL.