From bd0cbf807169db29837d238209c02c816f3c8dbf Mon Sep 17 00:00:00 2001 From: Nayana Bidari Date: Fri, 13 Dec 2024 10:00:52 -0800 Subject: [PATCH] Fix typo in exec.go. PiperOrigin-RevId: 705917223 --- runsc/cmd/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runsc/cmd/exec.go b/runsc/cmd/exec.go index a4dada10e..48af12a79 100644 --- a/runsc/cmd/exec.go +++ b/runsc/cmd/exec.go @@ -88,7 +88,7 @@ EXAMPLE: If the container is configured to run /bin/ps the following will output a list of processes running in the container: - # runc exec ps + # runsc exec ps OPTIONS: `