From addb3ba3580db84cb327015e817fbeec2713654c Mon Sep 17 00:00:00 2001 From: Noam Ta Shma Date: Sat, 4 Mar 2023 14:09:27 +0200 Subject: [PATCH] fix an extra hyphen --- src/development/building-and-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/building-and-debugging.md b/src/development/building-and-debugging.md index 5b4f91a..9922ad8 100644 --- a/src/development/building-and-debugging.md +++ b/src/development/building-and-debugging.md @@ -34,5 +34,5 @@ fn function_to_debug() { Then one can run a test which exercises the code to debug and show the error output via ```shell,ignore -./x.py test library/alloc --test-args --test-args --no-capture +./x.py test library/alloc --test-args --test-args --nocapture ``` \ No newline at end of file