Skip to content

Commit df7fb05

Browse files
author
Matthew Fisher
committed
fix(client): move options list before arguments
Docopt does not allow additional commands after ellipsis as it's hard to determine when they end (e.g. is this argument an arg or an option?).
1 parent cb09367 commit df7fb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ def limits_unset(self, args):
14451445
"""
14461446
Unsets resource limits for an application.
14471447
1448-
Usage: deis limits:unset [--memory | --cpu] <type>... [options]
1448+
Usage: deis limits:unset [options] [--memory | --cpu] <type>...
14491449
14501450
Arguments:
14511451
<type>

0 commit comments

Comments
 (0)