From 2eb512d1a4e92ebc40d1e8b2746efc0190b64036 Mon Sep 17 00:00:00 2001 From: Tadas Antanavicius <3900899+tadasant@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:14:44 -0700 Subject: [PATCH] Adjust description --- src/helpers/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/index.ts b/src/helpers/index.ts index 6ff4653..251fb1f 100644 --- a/src/helpers/index.ts +++ b/src/helpers/index.ts @@ -193,7 +193,7 @@ export const packageHelpers: PackageHelpers = { required: true }, IMAGE_STORAGE_DIRECTORY: { - description: 'Directory on filesystem to store output images.', + description: 'Absolute path to a directory on filesystem to store output images.', required: true } }