Make the runsc help install usage line actually correct.

PiperOrigin-RevId: 643508463
This commit is contained in:
Etienne Perot
2024-06-14 18:56:20 -07:00
committed by gVisor bot
parent 11efa60e01
commit a1352e9079
+1 -1
View File
@@ -53,7 +53,7 @@ func (*Install) Synopsis() string {
// Usage implements subcommands.Command.Usage.
func (*Install) Usage() string {
return `install [flags] <name> [-- [args...]] -- if provided, args are passed to the runtime
return `install [--runtime=<name>] [flags] [-- [args...]] -- if provided, args are passed to the runtime
`
}