diff options
author | Nan Xiao <nan@chinadtrace.org> | 2021-12-14 16:54:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 09:54:01 +0100 |
commit | 78b86b79425f37683ce522dbdd567f52ea26aa35 (patch) | |
tree | c16034665fd4e98ffc55629c3f8d2cf8777ca4de /doc/basicopt.txt | |
parent | 0ff4b2ba7ee74ed2758b0eb5992e4ccab7433952 (diff) | |
download | Nim-78b86b79425f37683ce522dbdd567f52ea26aa35.tar.gz |
basicopt.txt: Unify the format (#19251)
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r-- | doc/basicopt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index a2db1c92e..390fc6fd2 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -27,11 +27,11 @@ Options: -a, --assertions:on|off turn assertions on|off --opt:none|speed|size optimize not at all or for speed|size Note: use -d:release for a release build! - --debugger:native Use native debugger (gdb) + --debugger:native use native debugger (gdb) --app:console|gui|lib|staticlib generate a console app|GUI app|DLL|static library -r, --run run the compiled program with given arguments - --eval:cmd evaluates nim code directly; e.g.: `nim --eval:"echo 1"` + --eval:cmd evaluate nim code directly; e.g.: `nim --eval:"echo 1"` defaults to `e` (nimscript) but customizable: `nim r --eval:'for a in stdin.lines: echo a'` --fullhelp show all command line switches |