mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
The 'content fetch' command description has been unchanged since it was first added over 8 years ago. It described the feature as "experimental" with "few leaps to make this work", which no longer reflects reality. Update the help text to accurately describe what the command does: it pulls image content into the content store without unpacking, and can be used to pre-fetch images. Fixes #11754 Signed-off-by: Crawford Ma <crawfordxx@users.noreply.github.com>