From 5abc4b563d82394e33432363581c22ed70b14d80 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Tue, 8 Mar 2016 11:27:08 -0800 Subject: [PATCH] doc tweak --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index cb68566c..161490d9 100644 --- a/cli/README.md +++ b/cli/README.md @@ -431,7 +431,7 @@ By default, the history doesn't display the author of each release, but if you a You can clear the release history associated with a deployment using the following command: ``` -code-push deployment history +code-push deployment clear ``` After running this command, client devices configured to receive updates from this deployment using its associated deployment key will no longer receive those updates that have been cleared. This command is irreversible, and therefore should not be used in a production deployment.