From 4f9ceaf44c092a34c5078a040e45f3de721b2f8a Mon Sep 17 00:00:00 2001 From: David de Boer Date: Tue, 14 Mar 2023 23:16:58 +0100 Subject: [PATCH] Update index.js Co-authored-by: Matthieu Napoli --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index fd7e6c461..46bb784cb 100644 --- a/index.js +++ b/index.js @@ -79,7 +79,7 @@ class ServerlessPlugin { type: 'string', }, function: { - usage: 'The name of the function to invoke', + usage: 'The name of the function to invoke (optional, auto-discovered by default)', shortcut: 'f', required: false, type: 'string',