Skip to content

Commit 6c9a6b0

Browse files
author
Matthew Fisher
committed
docs(client): remove mention of PYYaml
1 parent c57fd46 commit 6c9a6b0

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
@@ -882,7 +882,7 @@ def builds_create(self, args):
882882
-a --app=<app>
883883
The uniquely identifiable name for the application.
884884
-p --procfile=<procfile>
885-
A string parse-able by PYYaml to supply a Procfile to the application.
885+
A YAML string used to supply a Procfile to the application.
886886
"""
887887
app = args.get('--app')
888888
if not app:

0 commit comments

Comments
 (0)