Improve usage output for docker run
@@ -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 {
func (opt *WeightdeviceOpt) Type() string {
- return "weighted-device"