Skip to content

Commit f0a1845

Browse files
committed
docs: fix ordering of preprocess
Signed-off-by: James Harmison <jharmison@gmail.com>
1 parent 57681d5 commit f0a1845

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/buildah-build.1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,6 @@ Containerfiles ending with a ".in" suffix will be preprocessed via cpp(1). This
225225
Note: You can also set default CPPFLAGS by setting the BUILDAH\_CPPFLAGS
226226
environment variable (e.g., `export BUILDAH_CPPFLAGS="-DDEBUG"`).
227227

228-
**--preprocess**
229-
230-
If specified, will always attempt to use the C Preprocessor cpp(1),
231-
even if the Containerfile doesn't end with the ".in" suffix.
232-
Note: You can also configure this behavior by setting the BUILDAH\_PREPROCESS
233-
environment variable to `1`, `true`, or `yes`.
234-
235228
**--cpu-period**=*0*
236229

237230
Set the CPU period for the Completely Fair Scheduler (CFS), which is a
@@ -827,6 +820,13 @@ The `buildah build` command allows building images for all Linux architectures,
827820

828821
**NOTE:** The `--platform` option may not be used in combination with the `--arch`, `--os`, or `--variant` options.
829822

823+
**--preprocess**
824+
825+
If specified, will always attempt to use the C Preprocessor cpp(1),
826+
even if the Containerfile doesn't end with the ".in" suffix.
827+
Note: You can also configure this behavior by setting the BUILDAH\_PREPROCESS
828+
environment variable to `1`, `true`, or `yes`.
829+
830830
**--pull**
831831

832832
Pull image policy. If not specified, the default is **missing**. If an explicit

0 commit comments

Comments
 (0)