File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments