Skip to content

Commit

Permalink
docs: add more help info to migrate cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Sep 5, 2024
1 parent 4226a37 commit 9f02118
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions crates/bin/pcli/src/command/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ use termion::input::TermRead;

#[derive(Debug, clap::Parser)]
pub enum MigrateCmd {
/// Migrate your entire balance.
/// Migrate your entire balance to another wallet.
///
/// This will require a full viewing key over the command line as well.
/// All assets from all accounts in the source wallet will be sent to the destination wallet.
/// A FullViewingKey must be provided for the destination wallet.
/// All funds will be deposited in the account 0 of the destination wallet,
/// minus any gas prices for the migration transaction.
#[clap(name = "balance")]
Balance,
}
Expand Down

0 comments on commit 9f02118

Please sign in to comment.