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: