diff --git a/README.md b/README.md index a3fa755..c0dcc8f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/topics/FusionScript.md.html b/docs/topics/FusionScript.md.html index 124702f..897fa58 100644 --- a/docs/topics/FusionScript.md.html +++ b/docs/topics/FusionScript.md.html @@ -178,8 +178,8 @@

fusion-source: Run FusionScrip

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 @@ -312,7 +312,7 @@

Building

generated by LDoc 1.4.6 -Last updated 2017-05-09 20:46:56 +Last updated 2017-05-18 11:27:09