Skip to content

Commit

Permalink
Make the runsc help install usage line actually correct.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 643508463
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Jun 15, 2024
1 parent 11efa60 commit a1352e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsc/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`
}

Expand Down

0 comments on commit a1352e9

Please sign in to comment.