diff --git a/crates/lib/src/cli.rs b/crates/lib/src/cli.rs index 9a04257f5..d6c676444 100644 --- a/crates/lib/src/cli.rs +++ b/crates/lib/src/cli.rs @@ -396,9 +396,7 @@ pub(crate) enum ImageOpts { /// The image to pull image: String, }, - /// List fetched images stored in the bootc storage. - /// - /// Note that these are distinct from images stored via e.g. `podman`. + /// Wrapper for selected `podman image` subcommands in bootc storage. #[clap(subcommand)] Cmd(ImageCmdOpts), }