summary refs log tree commit diff stats
path: root/doc/mytest.cfg
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-07-30 01:17:41 -0700
committerAndreas Rumpf <rumpf_a@web.de>2018-07-30 10:17:41 +0200
commit2569c749097135d5c9a8e2153bed6f0bad3a6684 (patch)
tree88d2f83d81a501f66a30e77105d1be1cbf5fcd8d /doc/mytest.cfg
parent97ea18746beac4d08fd839a7d9de1407bcf9dc5e (diff)
downloadNim-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.cfg1
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]