summaryrefslogtreecommitdiff
path: root/docs/USAGE
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-05-18 15:27:01 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-05-18 15:27:01 +0000
commit27c98af3570f8f81a9268beaf5c5aef83d4a29c3 (patch)
tree4e76aad1012e42389170a4b510fa1506132c6b81 /docs/USAGE
parentd2a5e32bb6dfa0b82e04f0644fabea6367744f29 (diff)
downloadMPC-27c98af3570f8f81a9268beaf5c5aef83d4a29c3.tar.gz
ChangeLogTag: Tue May 18 15:13:21 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'docs/USAGE')
-rw-r--r--docs/USAGE11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/USAGE b/docs/USAGE
index 50f98d15..3cd3ac4f 100644
--- a/docs/USAGE
+++ b/docs/USAGE
@@ -198,6 +198,9 @@ The -features specifies additional list of features values. Values
specified by this option overwrite values from features files.
Example:
mwc.pl -features "qos=1,ssl=0" ace.mwc
+The -features option can be used multiple times on the same command line, the
+effect is the same as if the parameters had been specified with a single
+-features options, with the parameters joined by commas.
The -value_template option can be used to set various template variables.
If a template variable value will contain spaces, it is best to enclose the
@@ -234,7 +237,13 @@ MPC Configuration File. If the base configuration file is not present,
MPC will try to use $MPC_ROOT/config/MPC.cfg as the MPC Configuration File.
You may reference environment variables, accessed by $NAME, on either side of
-the equals sign.
+the equals sign. In either this file or the MPC Configuration File
+(see below), an alternate form of environment variable reference may be used
+for variables which are not expected to be defined in all scenarios. These
+variables use the syntax $?NAME instead of $NAME. With this syntax, if the
+environment variable NAME is not defined, no error or warning is printed by
+MPC, and the entire substring starting with $?NAME until the next whitespace is
+expanded to the empty string.
MPC Configuration File