summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRostislav Svoboda <rostislav.svoboda@gmail.com>2022-07-05 18:35:44 +0200
committerLudovic Courtès <ludo@gnu.org>2022-07-18 00:21:31 +0200
commit969e86784bdba4737baf07d12c5c3117b7c56b48 (patch)
treebf71dc8f6d9fdbbf3e9163e5953252ddf500cac7 /doc
parentf38adc47d0862eb07a916eafb1652f3e9c5efc10 (diff)
downloadguix-patches-969e86784bdba4737baf07d12c5c3117b7c56b48.tar
guix-patches-969e86784bdba4737baf07d12c5c3117b7c56b48.tar.gz
doc: Fix the example of "Run `make` automatically"
* doc/contributing.texi (Running Guix Before It Is Installed): add missing command separator '--'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index ad312ddeb6..02c7c5ae59 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -278,8 +278,8 @@ prepared Guile object (@file{.go}) files.
You can run @command{make} automatically as you work using
@command{watchexec} from the @code{watchexec} package. For example,
-to build again each time you update a package file, you can run
-@samp{watchexec -w gnu/packages make -j4}.
+to build again each time you update a package file, run
+@samp{watchexec -w gnu/packages -- make -j4}.
@node The Perfect Setup
@section The Perfect Setup