Skip to content

Commit 138e17e

Browse files
committed
cli: fix documentation of bootc image cmd
1 parent 03fa72b commit 138e17e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/lib/src/cli.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,7 @@ pub(crate) enum ImageOpts {
396396
/// The image to pull
397397
image: String,
398398
},
399-
/// List fetched images stored in the bootc storage.
400-
///
401-
/// Note that these are distinct from images stored via e.g. `podman`.
399+
/// Wrapper for selected `podman image` subcommands in bootc storage.
402400
#[clap(subcommand)]
403401
Cmd(ImageCmdOpts),
404402
}

0 commit comments

Comments
 (0)