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 } }