From 55e5867be66b2b53cb8bf27b3c6c39a26d55e23f Mon Sep 17 00:00:00 2001 From: William Wan Date: Tue, 20 Feb 2024 11:24:05 -0500 Subject: [PATCH] s/task/tasks/ --- packages/mdctl-cli/tasks/study.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mdctl-cli/tasks/study.js b/packages/mdctl-cli/tasks/study.js index 5e7e8d68..429a0c36 100644 --- a/packages/mdctl-cli/tasks/study.js +++ b/packages/mdctl-cli/tasks/study.js @@ -356,7 +356,7 @@ class Study extends Task { Command export - Exports the study from the current org import - Imports the study into the current org - task [action] - Allows the select of tasks to export from the current org + tasks [action] - Allows the select of tasks to export from the current org consent [action] - Allows the select of consent templates to export from the current org workflow [action] - Allows the select of workflow templates to export from the current org data-transfer - Allows the select of data transfer configs to export from the current org