mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #29793 from thaJeztah/improve-run-usage-output
Improve usage output for docker run
This commit is contained in:
commit
f199fadc7a
2 changed files with 2 additions and 2 deletions
|
@ -107,5 +107,5 @@ func (opt *ThrottledeviceOpt) GetList() []*blkiodev.ThrottleDevice {
|
|||
|
||||
// Type returns the option type
|
||||
func (opt *ThrottledeviceOpt) Type() string {
|
||||
return "throttled-device"
|
||||
return "list"
|
||||
}
|
||||
|
|
|
@ -85,5 +85,5 @@ func (opt *WeightdeviceOpt) GetList() []*blkiodev.WeightDevice {
|
|||
|
||||
// Type returns the option type
|
||||
func (opt *WeightdeviceOpt) Type() string {
|
||||
return "weighted-device"
|
||||
return "list"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue