diff --git a/options.xhtml b/options.xhtml index 8d72254a2..66d473f15 100644 --- a/options.xhtml +++ b/options.xhtml @@ -61276,13 +61276,10 @@ strings concatenated with ā€œ\nā€

Default: ""

-

Example:

{
-  _type = "order";
-  content = ''
-    echo "Hello, initContent!"
-  '';
-  priority = 1000;
-}
+

Example:

lib.mkOrder 1000 '''
+  echo "Hello zsh initContent!"
+''';
+
 

Declared by: