diff --git a/common/protocol.py b/common/protocol.py index 623437bc..fa9f8b54 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -33,6 +33,7 @@ protocol = [ ['', "BASIC", ""], ["start", "starts the server and the jails"], ["reload", "reloads the configuration"], +["reload ", "reloads the jail "], ["stop", "stops all jails and terminate the server"], ["status", "gets the current status of the server"], ["ping", "tests if the server is alive"],