Comment update

This commit is contained in:
Uwe Seimet 2021-08-26 22:39:19 +02:00
parent 18b3f088af
commit 3d0810b50f

View File

@ -136,7 +136,7 @@ message PbCommand {
string params = 3; string params = 3;
} }
// The result of a command // The result of a command. Note that the SERVER_INFO command has a special result.
message PbResult { message PbResult {
// false means that an error occurred // false means that an error occurred
bool status = 1; bool status = 1;