From 5c388b92871fb5b306cd33168b3e8b26f162fbbe Mon Sep 17 00:00:00 2001 From: keeramis Date: Tue, 14 May 2024 23:44:38 -0700 Subject: [PATCH] Minor fix in the tests --- test/e2e/publish.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/publish.e2e.js b/test/e2e/publish.e2e.js index bf0f27734..c5a077a57 100644 --- a/test/e2e/publish.e2e.js +++ b/test/e2e/publish.e2e.js @@ -15,7 +15,7 @@ describe('Publish Commands', () => { ' -q, --quiet Decreases how much logging to display [count]', '', 'Options:', - ' --private Publish to the private stream [boolean] [default: true]', + ' --product Publish to the given Product ID or Slug\'s stream [string]', '', 'Examples:', ' particle publish temp 25.0 Publish a temp event to your private event stream',