Skip to content

Commit

Permalink
chore: better help for seed-words command (tari-project#4885)
Browse files Browse the repository at this point in the history
Description
---
Better description of seed-words with example tari-project#4796
  • Loading branch information
Cifko authored Nov 4, 2022
1 parent 5cf68c8 commit 9162b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/tari_console_wallet/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ pub(crate) struct Cli {
/// Force wallet recovery
#[clap(long, alias = "recover")]
pub recovery: bool,
/// Supply the optional wallet seed words for recovery on the command line
/// Supply the optional wallet seed words for recovery on the command line. They should be in one string space
/// separated. e.g. --seed-words "seed1 seed2 ..."
#[clap(long, alias = "seed-words")]
pub seed_words: Option<String>,
/// Supply the optional file name to save the wallet seed words into
Expand Down

0 comments on commit 9162b4f

Please sign in to comment.