summary refs log tree commit diff stats
path: root/nimdoc/tester.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-01-28 23:42:19 -0800
committerGitHub <noreply@github.com>2021-01-29 08:42:19 +0100
commit44f672a515a2cc88f98f3e249a590fc4eb09a751 (patch)
tree59c6cebdd414699d70dd6a2d67fb4c0fb55291c7 /nimdoc/tester.nim
parent478d15f7f4bb48a8442e54d8ab08aaade39e5270 (diff)
downloadNim-44f672a515a2cc88f98f3e249a590fc4eb09a751.tar.gz
fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)
Diffstat (limited to 'nimdoc/tester.nim')
-rw-r--r--nimdoc/tester.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimdoc/tester.nim b/nimdoc/tester.nim
index 15dd32ec7..526295222 100644
--- a/nimdoc/tester.nim
+++ b/nimdoc/tester.nim
@@ -1,5 +1,5 @@
 # Small program that runs the test cases for 'nim doc'.
-# To run this, cd to the git repo root, and run "nim c -r nimdoc/tester.nim".
+# To run this, cd to the git repo root, and run "nim r nimdoc/tester.nim".
 # to change expected results (after carefully verifying everything), use -d:fixup
 
 import strutils, os