mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: a5f0686bf0
Component: cli
This commit is contained in:
committed by
Vincent Demeester
parent
323e48b77a
commit
8bed41f5cf
@@ -36,7 +36,7 @@ func (opts *ListOpts) String() string {
|
||||
return fmt.Sprintf("%v", []string((*opts.values)))
|
||||
}
|
||||
|
||||
// Set validates if needed the input value and add it to the
|
||||
// Set validates if needed the input value and adds it to the
|
||||
// internal slice.
|
||||
func (opts *ListOpts) Set(value string) error {
|
||||
if opts.validator != nil {
|
||||
|
||||
Reference in New Issue
Block a user