From 2ea43a2c0e1126ea7b6bba8840a023071672a56a Mon Sep 17 00:00:00 2001 From: fermin831 Date: Mon, 30 Nov 2015 17:26:58 +0100 Subject: [PATCH] Fixed help text into pandora_revent_create.pl --- pandora_server/util/pandora_revent_create.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_server/util/pandora_revent_create.pl b/pandora_server/util/pandora_revent_create.pl index db8f7427d8..8e370c8a8f 100755 --- a/pandora_server/util/pandora_revent_create.pl +++ b/pandora_server/util/pandora_revent_create.pl @@ -61,7 +61,7 @@ Optional parameters: print "Example of event generation:\n\n"; - print "\t./pandora_revent.pl -p http://localhost/pandora_console/include/api.php -u 1234,admin,pandora \ + print "\t./pandora_revent_create.pl -p http://localhost/pandora_console/include/api.php -u 1234,admin,pandora \ \t-create_event -name \"SampleEvent\" -group 2 -agent 189 -status 0 -user \"admin\" -type \"system\" \ \t-severity 3 -am 0 -alert 9 -c_instructions \"Critical instructions\" -w_instructions \"Warning instructions\" \ \t-u_instructions \"Unknown instructions\" -source \"Commandline\" -tag \"Tags\"\n\n";