mirror of https://github.com/docker/buildx.git
monitor: fix typo in help message
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
parent
04804ff355
commit
77f83d4171
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue