mirror of
https://github.com/docker/cli.git
synced 2026-09-24 23:41:10 -05:00
opts/weightdevice: fix typo
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Upstream-commit: 35c223629b
Component: cli
This commit is contained in:
committed by
Vincent Demeester
parent
0076674ef2
commit
0303571260
@@ -35,7 +35,7 @@ func (opt *WeightdeviceOpt) Set(val string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// String returns Ulimit values as a string.
|
||||
// String returns WeightdeviceOpt values as a string.
|
||||
func (opt *WeightdeviceOpt) String() string {
|
||||
var out []string
|
||||
for _, v := range opt.values {
|
||||
|
||||
Reference in New Issue
Block a user