Skip to content

Commit fe7e44c

Browse files
authored
Merge pull request #1437 from bachorp/main
cli: fix documentation of `bootc image cmd`
2 parents 03fa72b + 138e17e commit fe7e44c

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)