We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a2326 commit 6021747Copy full SHA for 6021747
lib/src/cli.rs
@@ -32,6 +32,9 @@ pub(crate) struct UpgradeOpts {
32
pub(crate) touch_if_changed: Option<Utf8PathBuf>,
33
34
/// 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.
38
#[clap(long, conflicts_with = "apply")]
39
pub(crate) check: bool,
40
0 commit comments