From 26c9fa3b070b80a76c7f2df113cbfa4b3e4365b5 Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 10 May 2024 22:59:01 +0000 Subject: [PATCH] deploy: d7682620185f213df384c363288093b486b2883f --- options.xhtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/options.xhtml b/options.xhtml index e8cb55ff6..f08d698e5 100644 --- a/options.xhtml +++ b/options.xhtml @@ -27476,7 +27476,7 @@ boolean

-

Options to add to the .jjconfig.toml file. See +

Options to add to the config.toml file. See https://github.com/martinvonz/jj/blob/main/docs/config.md for options.

@@ -27488,11 +27488,10 @@ TOML value

Example:

{
   user = {
-    name = "John Doe";
     email = "jdoe@example.org";
+    name = "John Doe";
   };
 }
-
 

Declared by: