Skip to content
Snippets Groups Projects
Commit a7d82e1e authored by Liam Aharon's avatar Liam Aharon Committed by GitHub
Browse files

fix on-runtime-upgrade checks docs (#14467)

parent 30a7e678
No related merge requests found
......@@ -32,9 +32,10 @@ pub struct OnRuntimeUpgradeCmd {
/// Select which optional checks to perform. Selects all when no value is given.
///
/// - `none`: Perform no checks (default when the arg is not present).
/// - `all`: Perform all checks (default when the arg is present).
/// - `pre-and-post`: Perform pre- and post-upgrade checks.
/// - `none`: Perform no checks.
/// - `all`: Perform all checks (default when --checks is present with no value).
/// - `pre-and-post`: Perform pre- and post-upgrade checks (default when the arg is not
/// present).
/// - `try-state`: Perform the try-state checks.
///
/// Performing any checks will potentially invalidate the measured PoV/Weight.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment