From 917561c2aad43b3cd0fd552f5b6a14540c1fb73c Mon Sep 17 00:00:00 2001 From: RyanSquared Date: Thu, 18 May 2017 11:27:26 -0500 Subject: [PATCH] README: Change flag name --- README.md | 4 ++-- docs/topics/FusionScript.md.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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