docs: document that --flag is same as flag in cfg config files (#8430)

This commit is contained in:
Timothee Cour
2018-07-30 01:17:41 -07:00
committed by Andreas Rumpf
parent 97ea18746b
commit 2569c74909

View File

@@ -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]