summary refs log tree commit diff stats
path: root/doc/testament.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/testament.rst')
-rw-r--r--doc/testament.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testament.rst b/doc/testament.rst
index 09c248d1f..1a1909022 100644
--- a/doc/testament.rst
+++ b/doc/testament.rst
@@ -26,7 +26,7 @@ Options
 * ``--print``                   Also print results to the console
 * ``--simulate``                See what tests would be run but don't run them (for debugging)
 * ``--failing``                 Only show failing/ignored tests
-* ``--targets:"c c++ js objc"`` Run tests for specified targets (default: all)
+* ``--targets:"c cpp js objc"`` Run tests for specified targets (default: all)
 * ``--nim:path``                Use a particular nim executable (default: ``$PATH/nim``)
 * ``--directory:dir``           Change to directory dir before reading the tests or doing anything else.
 * ``--colors:on|off``           Turn messages coloring on|off.