Skip to content

Commit

Permalink
README: Change flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSquared committed May 18, 2017
1 parent 34917d9 commit 917561c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ edit the global state and only remain in the `package` table.
There are two command line flags that can be used with the `fusion-source`
program:

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

**`--metadata`** - Load the `metadata` module of the supplied `package`
argument and print out the compatible information. Acceptable fields are
Expand Down
6 changes: 3 additions & 3 deletions docs/topics/FusionScript.md.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ <h3><a href="../programs/fusion-source.html#">fusion-source</a>: Run FusionScrip
<p>There are two command line flags that can be used with the <a href="../programs/fusion-source.html#">fusion-source</a>
program:</p>

<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.
This is somewhat similar to the Python <code>-m</code> flag.</p>
<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
exit. This is somewhat similar to the Python <code>-m</code> flag.</p>

<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>
argument and print out the compatible information. Acceptable fields are
Expand Down Expand Up @@ -312,7 +312,7 @@ <h3>Building</h3>
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
<i style="float:right;">Last updated 2017-05-09 20:46:56 </i>
<i style="float:right;">Last updated 2017-05-18 11:27:09 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
Expand Down

0 comments on commit 917561c

Please sign in to comment.