Skip to content

Commit

Permalink
fix aptos move disassemble help message (#14594)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbe1 authored Sep 18, 2024
1 parent 3b73588 commit 09ce976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aptos/src/move_tool/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const DECOMPILER_EXTENSION: &str = "mv.move";
///
/// For example, if you want to disassemble an on-chain package `PackName` at account `0x42`:
/// 1. Download the package with `aptos move download --account 0x42 --package PackName --bytecode`
/// 2. Disassemble the package bytecode with `aptos disassemble --package-path PackName/bytecode_modules`
/// 2. Disassemble the package bytecode with `aptos move disassemble --package-path PackName/bytecode_modules`
#[derive(Debug, Parser)]
pub struct Disassemble {
#[clap(flatten)]
Expand Down

0 comments on commit 09ce976

Please sign in to comment.