Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix on-runtime-upgrade checks docs (#14467)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon authored Jun 28, 2023
1 parent e354ae9 commit ee89006
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee89006

Please sign in to comment.