diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-04-03 02:39:12 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-03 02:39:12 +0000 |
commit | 851ddb10033a81d9f5c4a1d685c39bbc9e2cd029 (patch) | |
tree | ba3588c875cd677b5414abcb7cc0cf011264c79b /runsc/cli | |
parent | d70f6e164f7eb42d93ed2b5e4a15bc49a6fc5a0e (diff) | |
parent | 491b106d62ba97cafb63252bf7d5bdd4749d417a (diff) |
Merge release-20210322.0-36-g491b106d6 (automated)
Diffstat (limited to 'runsc/cli')
-rw-r--r-- | runsc/cli/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cli/main.go b/runsc/cli/main.go index a3c515f4b..6db6614cc 100644 --- a/runsc/cli/main.go +++ b/runsc/cli/main.go @@ -86,6 +86,7 @@ func Main(version string) { subcommands.Register(new(cmd.Symbolize), "") subcommands.Register(new(cmd.Wait), "") subcommands.Register(new(cmd.Mitigate), "") + subcommands.Register(new(cmd.VerityPrepare), "") // Register internal commands with the internal group name. This causes // them to be sorted below the user-facing commands with empty group. |