mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Make the runsc help install usage line actually correct.
PiperOrigin-RevId: 643508463
This commit is contained in:
committed by
gVisor bot
parent
11efa60e01
commit
a1352e9079
@@ -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
|
||||
`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user