Skip to content

Commit 7032048

Browse files
NanXiaonarimiran
authored andcommitted
basicopt.txt: Unify the format (#19251)
(cherry picked from commit 78b86b7)
1 parent e3a07f1 commit 7032048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/basicopt.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Options:
2727
-a, --assertions:on|off turn assertions on|off
2828
--opt:none|speed|size optimize not at all or for speed|size
2929
Note: use -d:release for a release build!
30-
--debugger:native Use native debugger (gdb)
30+
--debugger:native use native debugger (gdb)
3131
--app:console|gui|lib|staticlib
3232
generate a console app|GUI app|DLL|static library
3333
-r, --run run the compiled program with given arguments
34-
--eval:cmd evaluates nim code directly; e.g.: `nim --eval:"echo 1"`
34+
--eval:cmd evaluate nim code directly; e.g.: `nim --eval:"echo 1"`
3535
defaults to `e` (nimscript) but customizable:
3636
`nim r --eval:'for a in stdin.lines: echo a'`
3737
--fullhelp show all command line switches

0 commit comments

Comments
 (0)