Skip to content

Commit

Permalink
don't split verbatim text over few lines
Browse files Browse the repository at this point in the history
Should fix improperly formatted documentation page.
  • Loading branch information
rutsky committed Oct 5, 2016
1 parent 8936e1b commit 210d261
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/reference/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,9 @@ The output of the final `pwd` command in this `Dockerfile` would be
ARG <name>[=<default value>]

The `ARG` instruction defines a variable that users can pass at build-time to
the builder with the `docker build` command using the `--build-arg
<varname>=<value>` flag. If a user specifies a build argument that was not
defined in the Dockerfile, the build outputs an error.
the builder with the `docker build` command using the
`--build-arg <varname>=<value>` flag. If a user specifies a build argument
that was not defined in the Dockerfile, the build outputs an error.

```
One or more build-args were not consumed, failing build.
Expand Down

0 comments on commit 210d261

Please sign in to comment.