Skip to content

Commit 0dc199f

Browse files
committed
Correctly honor args for deis config comand
1 parent bbda0a6 commit 0dc199f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/deis.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ def config(self, args):
783783
config:unset unset environment variables for an app
784784
785785
Use `deis help [command]` to learn more
786+
787+
Usage: deis config [--oneline] [--app=<app>]
786788
"""
787789
return self.config_list(args)
788790

0 commit comments

Comments
 (0)