diff options
author | jiro <jiroron666@gmail.com> | 2021-03-15 20:08:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 12:08:47 +0100 |
commit | 5c49480d8c12b771ab10a296b6dce66ea05401f4 (patch) | |
tree | 8079e43cada43ac7e01967e89fb4066330ee9d4d /testament | |
parent | 84cf3e5fcabd89e251c14452e248ba050b74a7df (diff) | |
download | Nim-5c49480d8c12b771ab10a296b6dce66ea05401f4.tar.gz |
remove 'stats' from help document of testament tool (#17364)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/testament.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testament/testament.nim b/testament/testament.nim index d1f34cd98..f45d4043a 100644 --- a/testament/testament.nim +++ b/testament/testament.nim @@ -35,7 +35,6 @@ Command: 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 - stats generate statistics about test cases Arguments: arguments are passed to the compiler Options: |