Skip to content

Commit

Permalink
-f option in addition to --file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmanning committed Dec 1, 2015
1 parent 9f1189f commit 99e159f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/convox/builds.go
Expand Up @@ -28,7 +28,7 @@ func init() {
Usage: "Do not use Docker cache during build.",
},
cli.StringFlag{
Name: "file",
Name: "file, f",
Value: "docker-compose.yml",
Usage: "a file to use in place of docker-compose.yml",
},
Expand All @@ -49,7 +49,7 @@ func init() {
Flags: []cli.Flag{
appFlag,
cli.StringFlag{
Name: "file",
Name: "file, f",
Value: "docker-compose.yml",
Usage: "a file to use in place of docker-compose.yml",
},
Expand Down
2 changes: 1 addition & 1 deletion cmd/convox/deploy.go
Expand Up @@ -20,7 +20,7 @@ func init() {
Usage: "Do not use Docker cache during build.",
},
cli.StringFlag{
Name: "file",
Name: "file, f",
Value: "docker-compose.yml",
Usage: "a file to use in place of docker-compose.yml",
},
Expand Down

0 comments on commit 99e159f

Please sign in to comment.