diff --git a/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto b/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto index ad12c6d66bc..6303f8f9c3c 100644 --- a/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto +++ b/proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto/console.proto @@ -112,9 +112,9 @@ message ExecuteCommandRequest { reserved 2;//if script sessions get a ticket, we will use this reserved tag string code = 3; - // If set to `true` the command will be executed systemically. Failures in systemic code + // If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code // are treated as important failures and cause the server to shut down. - // If this is unset it is treated as `false` + // If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC` optional SystemicType systemic = 4; }