1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-19 23:47:54 +03:00

Improve comment in example

This commit is contained in:
Yann Hamdaoui 2021-04-19 11:29:38 +02:00
parent 91cbbbc202
commit 9d4cb95da4

View File

@ -73,7 +73,7 @@ let Contract = {
| default = 1,
} in
// Use `nickel -f config_gcc.ncl` to see the resulting json.
// Use `nickel -f config_gcc.ncl export` to see the resulting json.
({
flags = ["Wextra", {flag = "o", arg = "stuff.o"}],
optimizationLevel = 2,