From 831d187a05450041ba6a2e4e8e267d970e99f89d Mon Sep 17 00:00:00 2001 From: tycrek Date: Mon, 12 Jul 2021 12:23:15 -0600 Subject: [PATCH] clarified in setup.js --- setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.js b/setup.js index cd0d1cb..572e0c1 100755 --- a/setup.js +++ b/setup.js @@ -79,7 +79,7 @@ if (require.main === module) { required: false }, resourceIdSize: { - description: 'Resource ID size (by using a higher value, you will be able to upload more files)', + description: 'Resource ID length (length of ID\'s for your files, recommended: 6-15. Higher = more uploads)', type: 'integer', default: config.resourceIdSize, required: false