You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/FusionScript.md.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,8 +178,8 @@ <h3><a href="../programs/fusion-source.html#">fusion-source</a>: Run FusionScrip
178
178
<p>There are two command line flags that can be used with the <ahref="../programs/fusion-source.html#">fusion-source</a>
179
179
program:</p>
180
180
181
-
<p>**<code>-m</code>** - Load the <code>main</code> module of the supplied <ahref="https://www.lua.org/manual/5.3/manual.html#6.3">package</a> argument and exit.
182
-
This is somewhat similar to the Python <code>-m</code> flag.</p>
181
+
<p>**<code>--package</code>** - Load the <code>main</code> module of the supplied <ahref="https://www.lua.org/manual/5.3/manual.html#6.3">package</a> argument and
182
+
exit. This is somewhat similar to the Python <code>-m</code> flag.</p>
183
183
184
184
<p>**<code>--metadata</code>** - Load the <code>metadata</code> module of the supplied <ahref="https://www.lua.org/manual/5.3/manual.html#6.3">package</a>
185
185
argument and print out the compatible information. Acceptable fields are
@@ -312,7 +312,7 @@ <h3>Building</h3>
312
312
</div><!-- id="main" -->
313
313
<divid="about">
314
314
<i>generated by <ahref="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
0 commit comments