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 @@
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 @@