summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--koch.nim3
-rw-r--r--tests/testament/tester.nim2
2 files changed, 3 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim
index ad6a774e8..aa36d94a1 100644
--- a/koch.nim
+++ b/koch.nim
@@ -57,7 +57,8 @@ Commands for core developers:
   zip                      builds the installation zip package
   xz                       builds the installation tar.xz package
   testinstall              test tar.xz package; Unix only!
-  tests [options]          run the testsuite
+  tests [options]          run the testsuite (run a subset of tests by
+                           specifying a category, e.g. `tests cat async`)
   temp options             creates a temporary compiler for testing
   winrelease               creates a Windows release
   pushcsource              push generated C sources to its repo
diff --git a/tests/testament/tester.nim b/tests/testament/tester.nim
index 136a509e4..9558257a6 100644
--- a/tests/testament/tester.nim
+++ b/tests/testament/tester.nim
@@ -22,7 +22,7 @@ const
 
 Command:
   all                         run all tests
-  c|category <category>       run all the tests of a certain category
+  c|cat|category <category>   run all the tests of a certain category
   r|run <test>                run single test file
   html                        generate $1 from the database
 Arguments: