Skip to content

Commit

Permalink
load image-archive: improve help message
Browse files Browse the repository at this point in the history
An extra argument is required

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
  • Loading branch information
zhijianli88 committed Jun 28, 2020
1 parent 56a5f1b commit 666fa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/kind/load/image-archive/image-archive.go
Expand Up @@ -49,7 +49,7 @@ func NewCommand(logger log.Logger, streams cmd.IOStreams) *cobra.Command {
}
return nil
},
Use: "image-archive",
Use: "image-archive <IMAGE.tar>",
Short: "Loads docker image from archive into nodes",
Long: "Loads docker image from archive into all or specified nodes by name",
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 666fa58

Please sign in to comment.