commands: require set variable to start with $

This commit is contained in:
Ian Fan 2018-08-07 11:46:11 +01:00
parent c1af79532f
commit 7717c2231a
2 changed files with 2 additions and 12 deletions

View file

@ -51,7 +51,7 @@ The following commands may only be used in the configuration file.
*wordexp*(3) for details). The same include file can only be included once;
subsequent attempts will be ignored.
*set* <name> <value>
*set* $<name> <value>
Sets variable $_name_ to _value_. You can use the new variable in the
arguments of future commands.