From a0ff52581dc5df4f0f1d6d2a9b8159f5dba0fe3c Mon Sep 17 00:00:00 2001 From: Vincenzo Petrucci Date: Tue, 5 Dec 2023 21:41:16 +0100 Subject: [PATCH] feat(methods): fixed error message text --- src/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.php b/src/Plugin.php index f80ec9c..6cac836 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -68,7 +68,7 @@ public function handleArguments(array $arguments): array View::render('components.badge', [ 'type' => 'ERROR', 'content' => 'Invalid JSON payload. Please provide a valid JSON payload.'. - 'Example: --payload=\'{"name": "Nuno"}\'', + 'Example: --post=\'{"name": "Nuno"}\'', ]); exit(0);