Merge pull request #1630 from jedevc/debug-help-message-typo

monitor: fix typo in help message
This commit is contained in:
Justin Chadwell
2023-02-16 00:06:06 +00:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ import (
) )
const helpMessage = ` const helpMessage = `
Available commads are: Available commands are:
reload reloads the context and build it. reload reloads the context and build it.
rollback re-runs the interactive container with initial rootfs contents. rollback re-runs the interactive container with initial rootfs contents.
list list buildx sessions. list list buildx sessions.