summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guix-cookbook.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 04dd6a02424..dac75c111ca 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2088,8 +2088,8 @@ the following inside the checkout:
2088 2088
2089@example shell 2089@example shell
2090$ guix shell rust rust:cargo -- cargo generate-lockfile 2090$ guix shell rust rust:cargo -- cargo generate-lockfile
2091$ guix shell rust rust:cargo -- cargo audit 2091$ guix shell rust rust:cargo cargo-audit -- cargo audit
2092$ guix shell rust rust:cargo -- cargo license 2092$ guix shell rust rust:cargo cargo-license -- cargo license
2093@end example 2093@end example
2094 2094
2095@quotation Note 2095@quotation Note