Skip to content

Commit 90bd541

Browse files
author
Duncan McNaught
committed
fix(build): remove auto Procfile lookup for deis pull
1 parent b4dabeb commit 90bd541

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parser/builds.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ Options:
6767
func buildsCreate(argv []string, cmdr cmd.Commander) error {
6868
usage := `
6969
Creates a new build of an application. Imports an <image> and deploys it to Deis
70-
as a new release. If a Procfile is present in the current directory, it will be used
71-
as the default process types for this application.
70+
as a new release.
7271
7372
Usage: deis builds:create <image> [options]
7473

0 commit comments

Comments
 (0)