Skip to content

Commit d39c9c8

Browse files
committed
fix(docs): refer to correct "deis perms:create" command
1 parent f281f8b commit d39c9c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/using_deis/manage-application.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use ``deis run`` to execute commands on the deployed application.
4747
4848
$ deis run 'ls -l'
4949
Running `ls -l`...
50-
50+
5151
total 28
5252
-rw-r--r-- 1 root root 553 Dec 2 23:59 LICENSE
5353
-rw-r--r-- 1 root root 60 Dec 2 23:59 Procfile
@@ -59,11 +59,11 @@ Use ``deis run`` to execute commands on the deployed application.
5959
6060
Share the Application
6161
---------------------
62-
Use ``deis perms:add`` to allow another Deis user to collaborate on your application.
62+
Use ``deis perms:create`` to allow another Deis user to collaborate on your application.
6363

6464
.. code-block:: console
6565
66-
$ deis perms:add otheruser
66+
$ deis perms:create otheruser
6767
Adding otheruser to peachy-waxworks collaborators... done
6868
6969
Use ``deis perms`` to see who an application is currently shared with, and

0 commit comments

Comments
 (0)