From ef4b137664f9b8e6329d6782dd49e55efb86737b Mon Sep 17 00:00:00 2001 From: Adam Marinelli <4150021+amarinelli@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:16:24 -0400 Subject: [PATCH] add hyphens to command example --- .../using-slack-cli-on-an-enterprise-grid-organization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/using-slack-cli-on-an-enterprise-grid-organization.md b/docs/guides/using-slack-cli-on-an-enterprise-grid-organization.md index 07ed67a8..7e9c7f22 100644 --- a/docs/guides/using-slack-cli-on-an-enterprise-grid-organization.md +++ b/docs/guides/using-slack-cli-on-an-enterprise-grid-organization.md @@ -93,13 +93,13 @@ You can also skip the prompt and proactively grant the desired access by appendi For running on a local development server: ``` -slack run -org-workspace-grant +slack run --org-workspace-grant ``` For deploying to production: ``` -slack deploy -org-workspace-grant +slack deploy --org-workspace-grant ``` ## Adjusting access to specific workspaces {#adjusting-access} @@ -113,4 +113,4 @@ Org Admins can adjust an app's access grants anytime after granting their approv 5. _Manage_ 6. Select _Remove from a workspace_ or _Add to more workspaces_ -Use this process to ensure only desired apps are available in the proper workspaces. \ No newline at end of file +Use this process to ensure only desired apps are available in the proper workspaces.