From 8304c31f67359e24f36b3a33561ac5ac85de0e03 Mon Sep 17 00:00:00 2001 From: Benoit Poulet Date: Wed, 27 Dec 2023 11:35:22 +0100 Subject: [PATCH] more info on --data --data can get directly the request on the command line. Put the info is not given in the help. --- src/apps/protocols/http/mode/jsoncontent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/protocols/http/mode/jsoncontent.pm b/src/apps/protocols/http/mode/jsoncontent.pm index ef241ef05..ff3a92309 100644 --- a/src/apps/protocols/http/mode/jsoncontent.pm +++ b/src/apps/protocols/http/mode/jsoncontent.pm @@ -389,7 +389,7 @@ JSON OPTIONS: =item B<--data> -Set file with JSON request +Set the JSON request or specify a file with the request inside. =item B<--lookup>