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.