diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-07-30 01:17:41 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-07-30 10:17:41 +0200 |
commit | 2569c749097135d5c9a8e2153bed6f0bad3a6684 (patch) | |
tree | 88d2f83d81a501f66a30e77105d1be1cbf5fcd8d /doc/mytest.cfg | |
parent | 97ea18746beac4d08fd839a7d9de1407bcf9dc5e (diff) | |
download | Nim-2569c749097135d5c9a8e2153bed6f0bad3a6684.tar.gz |
docs: document that --flag is same as flag in cfg config files (#8430)
Diffstat (limited to 'doc/mytest.cfg')
-rw-r--r-- | doc/mytest.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mytest.cfg b/doc/mytest.cfg index be1118c46..1385e493d 100644 --- a/doc/mytest.cfg +++ b/doc/mytest.cfg @@ -3,6 +3,7 @@ [Common] cc=gcc # '=' and ':' are the same +--foo="bar" # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same --verbose [Windows] |