Skip to content

Commit 6656dab

Browse files
authored
Merge pull request #246 from cgwalters/doc-check-fetch
cli: Document that check doesn't fetch layers
2 parents d2a2326 + 6021747 commit 6656dab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/cli.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ pub(crate) struct UpgradeOpts {
3232
pub(crate) touch_if_changed: Option<Utf8PathBuf>,
3333

3434
/// Check if an update is available without applying it.
35+
///
36+
/// This only downloads an updated manifest and image configuration (i.e. typically kilobyte-sized metadata)
37+
/// as opposed to the image layers.
3538
#[clap(long, conflicts_with = "apply")]
3639
pub(crate) check: bool,
3740

0 commit comments

Comments
 (0)