Skip to content

Commit 2484046

Browse files
authored
docs: fix example command references in enterprise docs (#65)
1 parent b6953db commit 2484046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/using-slack-cli-on-an-enterprise-grid-organization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ You can also skip the prompt and proactively grant the desired access by appendi
9393
For running on a local development server:
9494

9595
```
96-
slack run -org-workspace-grant <team_id>
96+
slack run --org-workspace-grant <team_id>
9797
```
9898

9999
For deploying to production:
100100

101101
```
102-
slack deploy -org-workspace-grant <team_id>
102+
slack deploy --org-workspace-grant <team_id>
103103
```
104104

105105
## 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
113113
5. _Manage_
114114
6. Select _Remove from a workspace_ or _Add to more workspaces_
115115

116-
Use this process to ensure only desired apps are available in the proper workspaces.
116+
Use this process to ensure only desired apps are available in the proper workspaces.

0 commit comments

Comments
 (0)