From 77f83d4171c942d76f68a2d0b206074b1c850f51 Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Wed, 15 Feb 2023 14:48:56 +0000 Subject: [PATCH] monitor: fix typo in help message Signed-off-by: Justin Chadwell --- monitor/monitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/monitor.go b/monitor/monitor.go index cc1b512a..da551389 100644 --- a/monitor/monitor.go +++ b/monitor/monitor.go @@ -18,7 +18,7 @@ import ( ) const helpMessage = ` -Available commads are: +Available commands are: reload reloads the context and build it. rollback re-runs the interactive container with initial rootfs contents. list list buildx sessions.