Skip to content

Commit acc96c6

Browse files
author
Oliver Nordbjerg
committed
fix(client): clearer config:push doc
1 parent 6dbed3b commit acc96c6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

client/deis.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,10 +1322,8 @@ def config_push(self, args):
13221322
"""
13231323
Sets environment variables for an application.
13241324
1325-
Your environment is read from the optionally specified path to a
1326-
.env-formatted file. If no path is specified, your environment is read
1327-
from a file named .env. This file can be read by foreman to load the
1328-
local environment for your app.
1325+
The environment is read from <path>. This file can be read by foreman
1326+
to load the local environment for your app.
13291327
13301328
Usage: deis config:push [<path>] [options]
13311329

0 commit comments

Comments
 (0)