Skip to content

Commit

Permalink
fix typo of help information of mpm check-compatibility (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
geometryolife authored May 6, 2022
1 parent bb883ab commit dfd3270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/move-package-manager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub enum Commands {
#[clap(name = "integration-test", alias = "spectest")]
IntegrationTest(IntegrationTestCommand),

/// Check compatibility of modules comparing with remote chain chate.
/// Check compatibility of modules comparing with remote chain state.
#[clap(name = "check-compatibility")]
CompatibilityCheck(CompatibilityCheckCommand),
}
Expand Down

0 comments on commit dfd3270

Please sign in to comment.