From 09fee0e43471d41eee7cf3c3a45025130e59bab5 Mon Sep 17 00:00:00 2001 From: marcushines <80116818+marcushines@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:55:27 -0700 Subject: [PATCH] Update containerz.proto --- containerz/containerz.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containerz/containerz.proto b/containerz/containerz.proto index aba034a4..4e9fee86 100644 --- a/containerz/containerz.proto +++ b/containerz/containerz.proto @@ -259,7 +259,7 @@ message StopRequest { // If force is set, the target should attempt to forcibly kill the container. bool force = 2; - // If auto_restart is set, the target should start the container immediately + // If restart is set, the target should start the container immediately // after stopping it. bool restart = 3; }