Skip to content

Commit 69470f5

Browse files
committed
Changes to bangs
1 parent 8614b2c commit 69470f5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/manual/bangs.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,8 @@ <h2 id="Skin">Skin bangs</h2>
336336
Activates a skin.
337337
<ul>
338338
<li><code>Config</code> (required): The config to be activated.</li>
339-
<li><code>File</code> (optional): If not specified, the next .ini file variant in the config folder is activated.</li>
339+
<li><code>File</code> (optional): The .ini file to be activated.<br>
340+
If not specified, the next .ini file variant in the config folder is activated.</li>
340341
</ul>
341342
<br><b>Example:</b> <code>!ActivateConfig "illustro\Clock" "Clock.ini"</code>
342343
</dd>
@@ -345,7 +346,8 @@ <h2 id="Skin">Skin bangs</h2>
345346
<dd>
346347
Deactivates a skin.
347348
<ul>
348-
<li><code>Config</code> (optional)</li>
349+
<li><code>Config</code> (optional): The config to be deactivated.<br>
350+
If not defined, the current skin is deactivated.</li>
349351
</ul>
350352
<br><b>Example:</b> <code>!DeactivateConfig "illustro\Clock"</code>
351353
</dd>
@@ -355,7 +357,8 @@ <h2 id="Skin">Skin bangs</h2>
355357
Activates or deactivates a skin.
356358
<ul>
357359
<li><code>Config</code> (required): The config to be activated or deactivated.</li>
358-
<li><code>File</code> (optional): The .ini file to be activated or deactivated. If there is only one .ini file in the defined config folder, that is used by default.</li>
360+
<li><code>File</code> (optional): The .ini file to be activated or deactivated.<br>
361+
If there is only one skin .ini file in the defined config folder, that is used by default.</li>
359362
</ul>
360363
<br><b>Example:</b> <code>!ToggleConfig "illustro\Clock" "Clock.ini"</code>
361364
</dd>

0 commit comments

Comments
 (0)