Skip to content

Commit

Permalink
fix the indentation in --help and --fullhelp
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Sep 23, 2020
1 parent 4b9eea2 commit fd8ff56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/advopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Advanced commands:
//js compile project to Javascript
//e run a Nimscript file
//rst2html convert a reStructuredText file to HTML
use `--docCmd:skip` to skip compiling snippets
use `--docCmd:skip` to skip compiling snippets
//rst2tex convert a reStructuredText file to TeX
//jsondoc extract the documentation to a json file
//ctags create a tags file
Expand Down
4 changes: 2 additions & 2 deletions doc/basicopt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
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)
using backend specified by `--backend` (default: c)
//doc generate the documentation for inputfile for
backend specified by `--backend` (default: c)
backend specified by `--backend` (default: c)

Arguments:
arguments are passed to the program being run (if --run option is selected)
Expand Down

0 comments on commit fd8ff56

Please sign in to comment.