From 3c2f52edd7a78fa88458fc526cbc59c94880bafe Mon Sep 17 00:00:00 2001 From: Luis Gabriel Gomez Date: Tue, 6 Apr 2021 18:13:25 -0300 Subject: [PATCH] Update traceDirectory description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc1a53c75a..9e620ba230 100644 --- a/package.json +++ b/package.json @@ -542,7 +542,7 @@ }, "traceDirectory": { "type": "string", - "description": "Directory in which the record trace is located. For use on 'replay' and 'record' modes", + "description": "Directory in which the record trace is located or to be created for a new output trace. For use on 'replay' and 'record' modes", "default": "" }, "coreDumpPath": {