fix the indentation in --help and --fullhelp (#15387)

* fix the indentation in `--help` and `--fullhelp`

* a better way to fix it
This commit is contained in:
Miran
2020-09-23 12:44:41 +02:00
committed by GitHub
parent 94c8d53a03
commit fe3211fbcf
3 changed files with 9 additions and 9 deletions

View File

@@ -3,11 +3,11 @@
nim command [options] [projectfile] [arguments]
Command:
//compile, c compile project with default code generator (C)
//r compile to $nimcache/projname, run with [arguments]
using backend specified by `--backend` (default: c)
//doc generate the documentation for inputfile for
backend specified by `--backend` (default: c)
//compile, c compile project with default code generator (C)
//r compile to $nimcache/projname, run with [arguments]
using backend specified by `--backend` (default: c)
//doc generate the documentation for inputfile for
backend specified by `--backend` (default: c)
Arguments:
arguments are passed to the program being run (if --run option is selected)