summary refs log tree commit diff stats
path: root/doc/advopt.txt
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2020-09-23 12:44:41 +0200
committerGitHub <noreply@github.com>2020-09-23 12:44:41 +0200
commitfe3211fbcfa6b14a2e2fcd4dfb8664dcf8a1bd21 (patch)
treeed3d87a0a65496fe80af0458c24ecc13e005949c /doc/advopt.txt
parent94c8d53a03c437d1601fa75aecb5b84bb694711f (diff)
downloadNim-fe3211fbcfa6b14a2e2fcd4dfb8664dcf8a1bd21.tar.gz
fix the indentation in `--help` and `--fullhelp` (#15387)
* fix the indentation in `--help` and `--fullhelp`

* a better way to fix it
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r--doc/advopt.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 9b7f29a5e..8b906298d 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -11,9 +11,9 @@ Advanced commands:
   //ctags                   create a tags file
   //buildIndex              build an index for the whole documentation
   //genDepend               generate a DOT file containing the
-                          module dependency graph
+                            module dependency graph
   //dump                    dump all defined conditionals and search paths
-                          see also: --dump.format:json (useful with: ` | jq`)
+                            see also: --dump.format:json (useful with: ` | jq`)
   //check                   checks the project for syntax and semantic
 
 Runtime checks (see -x):