diff options
Diffstat (limited to 'runsc/main.go')
-rw-r--r-- | runsc/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/main.go b/runsc/main.go index 4d69f5803..cd906e191 100644 --- a/runsc/main.go +++ b/runsc/main.go @@ -88,6 +88,7 @@ func main() { // The string below will be printed above the commands. const internalGroup = "internal use only" subcommands.Register(new(cmd.Boot), internalGroup) + subcommands.Register(new(cmd.Debug), internalGroup) subcommands.Register(new(cmd.Gofer), internalGroup) // All subcommands must be registered before flag parsing. |