summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-10-22 18:31:47 +0200
committerLudovic Courtès <ludo@gnu.org>2019-10-22 18:32:52 +0200
commitc93994b5e43acc6048b81836d30632e015306c92 (patch)
treee9f0e21e936a7f9fca2874eac1fa9310c77b6628 /doc
parent12712817ae97eb6305deeaad68ce17c9fa212917 (diff)
downloadpatches-c93994b5e43acc6048b81836d30632e015306c92.tar
patches-c93994b5e43acc6048b81836d30632e015306c92.tar.gz
machine: digital-ocean: Rename 'enable-ipv6' to 'enable-ipv6?'.
* gnu/machine/digital-ocean.scm (<digital-ocean-configuration>)[enable-ipv6]: Rename to... [enable-ipv6?]: ... this. (deploy-digital-ocean): Adjust accordingly. * doc/guix.texi (Invoking guix deploy): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index f24dc6b26b..cb004d034d 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26050,7 +26050,7 @@ such that no two machines in the deployment have the same set of tags.
A Digital Ocean region slug, such as @code{"nyc3"}.
@item @code{size}
A Digital Ocean size slug, such as @code{"s-1vcpu-1gb"}
-@item @code{enable-ipv6}
+@item @code{enable-ipv6?}
Whether or not the droplet should be created with IPv6 networking.
@end table
@end deftp