Summary
The documentation currently shows how to load a single image archive using:
kind load image-archive image.tar
It might be helpful to add a small note that users can run:
kind load image-archive --help
to see all available flags and options directly from the CLI.
This keeps the docs concise while still helping users discover additional usage details.
Proposed update
Add a short line under the existing example such as:
"For more options, see: kind load image-archive --help"
Notes
Happy to open a small PR for this if it sounds good.