Interface comment update

This commit is contained in:
Uwe Seimet 2021-08-28 19:07:52 +02:00
parent 5d9c97d676
commit f8ea684a5c

View File

@ -142,7 +142,7 @@ message PbCommand {
message PbResult {
// false means that an error occurred
bool status = 1;
// The (error) message
// An error message or an information message, depending on status
string msg = 2;
}