don't split verbatim text over few lines

Should fix improperly formatted documentation page.
This commit is contained in:
Vladimir Rutsky 2016-10-05 20:38:15 +04:00 committed by GitHub
parent 8936e1b88c
commit 210d261bb4
1 changed files with 3 additions and 3 deletions

View File

@ -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.