changed description to use script

This commit is contained in:
m-lopez-f 2015-01-16 11:50:52 +01:00
parent 987c0b98cd
commit 1342ca0024
1 changed files with 1 additions and 1 deletions
pandora_server/util

View File

@ -14,7 +14,7 @@ if [ $# -lt 2 ]
then
echo " "
echo "Syntax error: "
echo "SNMP Trap generator <# traps> <target ip> [<source_ip>]"
echo "SNMP Trap generator use: ./snmptrap_gen.sh <# No traps> <target ip> [<source_ip>]"
echo "If <source_ip> is not provided, it will forge fake IP's"
echo " "
exit -1