Skip to content

Commit 917561c

Browse files
committed
README: Change flag name
1 parent 34917d9 commit 917561c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ edit the global state and only remain in the `package` table.
107107
There are two command line flags that can be used with the `fusion-source`
108108
program:
109109

110-
**`-m`** - Load the `main` module of the supplied `package` argument and exit.
111-
This is somewhat similar to the Python `-m` flag.
110+
**`--package`** - Load the `main` module of the supplied `package` argument and
111+
exit. This is somewhat similar to the Python `-m` flag.
112112

113113
**`--metadata`** - Load the `metadata` module of the supplied `package`
114114
argument and print out the compatible information. Acceptable fields are

docs/topics/FusionScript.md.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ <h3><a href="../programs/fusion-source.html#">fusion-source</a>: Run FusionScrip
178178
<p>There are two command line flags that can be used with the <a href="../programs/fusion-source.html#">fusion-source</a>
179179
program:</p>
180180

181-
<p>**<code>-m</code>** - Load the <code>main</code> module of the supplied <a href="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 <a href="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>
183183

184184
<p>**<code>--metadata</code>** - Load the <code>metadata</code> module of the supplied <a href="https://www.lua.org/manual/5.3/manual.html#6.3">package</a>
185185
argument and print out the compatible information. Acceptable fields are
@@ -312,7 +312,7 @@ <h3>Building</h3>
312312
</div> <!-- id="main" -->
313313
<div id="about">
314314
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
315-
<i style="float:right;">Last updated 2017-05-09 20:46:56 </i>
315+
<i style="float:right;">Last updated 2017-05-18 11:27:09 </i>
316316
</div> <!-- id="about" -->
317317
</div> <!-- id="container" -->
318318
</body>

0 commit comments

Comments
 (0)