Skip to content

Commit cb09367

Browse files
author
Matthew Fisher
committed
ref(client): move options from argument list
1 parent 764522d commit cb09367

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

client/deis.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,15 +1448,17 @@ def limits_unset(self, args):
14481448
Usage: deis limits:unset [--memory | --cpu] <type>... [options]
14491449
14501450
Arguments:
1451-
-m, --memory limit memory [default: true]
1452-
-c, --cpu limit cpu shares
14531451
<type>
14541452
the process type as defined in your Procfile, such as 'web' or 'worker'.
14551453
Note that Dockerfile apps have a default 'cmd' process type.
14561454
14571455
Options:
14581456
-a --app=<app>
14591457
the uniquely identifiable name for the application.
1458+
-c --cpu
1459+
limits cpu shares.
1460+
-m --memory
1461+
limits memory. [default: true]
14601462
"""
14611463
app = args.get('--app')
14621464
if not app:

0 commit comments

Comments
 (0)