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',