Skip to content

Commit

Permalink
Merge branch 'bengt/masp-alias-force-fix' (#1669)
Browse files Browse the repository at this point in the history
* origin/bengt/masp-alias-force-fix:
  missing arg for alias-force
  • Loading branch information
brentstone committed Jul 6, 2023
2 parents fe693cb + 0583b08 commit af058d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3585,6 +3585,9 @@ pub mod args {
.def()
.help("An alias to be associated with the spending key."),
)
.arg(ALIAS_FORCE.def().help(
"Override the alias without confirmation if it already exists.",
))
.arg(UNSAFE_DONT_ENCRYPT.def().help(
"UNSAFE: Do not encrypt the keypair. Do not use this for keys \
used in a live network.",
Expand Down

0 comments on commit af058d5

Please sign in to comment.