diff options
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1081bd1866..e583e8c389 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2556,7 +2556,7 @@ by the @code{#:configure-flags} argument. @item build Run @code{make} with the list of flags specified with -@code{#:make-flags}. If the @code{#:parallel-builds?} argument is true +@code{#:make-flags}. If the @code{#:parallel-build?} argument is true (the default), build with @code{make -j}. @item check |