diff --git a/common/protocol.py b/common/protocol.py index 71c916ce..675ef5ec 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -52,7 +52,7 @@ protocol = [ ["set addignoreip ", "adds to the ignore list of "], ["set delignoreip ", "removes from the ignore list of "], ["set addlogpath ", "adds to the monitoring list of "], -["set dellogpath ", "removes to the monitoring list of "], +["set dellogpath ", "removes from the monitoring list of "], ["set addfailregex ", "adds the regular expression which must match failures for "], ["set delfailregex ", "removes the regular expression at for failregex"], ["set addignoreregex ", "adds the regular expression which should match pattern to exclude for "],