Skip to content

Commit bd14012

Browse files
committed
docs(manage-application): reference "deis perms", not "sharing" shortcut
1 parent 7491f2a commit bd14012

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/using_deis/manage-application.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Use ``deis run`` to execute commands on the deployed application.
5757
5858
Share the Application
5959
---------------------
60-
Use ``deis sharing:add`` to allow another Deis user to collaborate on your application.
60+
Use ``deis perms:add`` to allow another Deis user to collaborate on your application.
6161

6262
.. code-block:: console
6363
64-
$ deis sharing:add otheruser
64+
$ deis perms:add otheruser
6565
Adding otheruser to peachy-waxworks collaborators... done
6666
67-
Use ``deis sharing`` to see who an application is currently shared with, and
68-
``deis sharing:remove`` to remove a collaborator.
67+
Use ``deis perms`` to see who an application is currently shared with, and
68+
``deis perms:remove`` to remove a collaborator.
6969

7070
.. note::
7171
Collaborators can do anything with an application that its owner can do,

0 commit comments

Comments
 (0)